Html Css Color HEX #6FCAB0 Medium Aquamarine

📋 copy color: '#6FCAB0'

red 111 ◦ green 202 ◦ blue 176

#6FCAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #6FCAB0

Tints of Medium Aquamarine #6FCAB0

RGB

 RED value IS 111 (43.75% from 255) = 22.7%

 GREEN value IS 202 (79.3% from 255) = 41.31%

 BLUE value IS 176 (69.14% from 255) = 35.99%

R = 22.7%
G = 41.31%
B = 35.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6FCAB0 (or 0x6FCAB0) is known color: Medium Aquamarine. HEX triplet: 6F, CA and B0. RGB value is (111,202,176). Sum of RGB (Red+Green+Blue) = 111+202+176=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 176 (69.14% from 255 or 35.99% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCAB0 is #90354F. Grayscale: #ABABAB. Windows color (decimal): -9450832 or 11586159. OLE color: 11586159.

HSL color Cylindrical-coordinate representation of color #6FCAB0: hue angle of 162.86º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCAB0 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 202 176 -
CMYK 0.45 0 0.13 0.21
HSL 162.86º 0.46% 0.61% -
HSV(B) 162.86º 0.45% 0.79% -
XYZ 35.51 48.76 48.61 -
YUV 171.83 130.35 84.61 -
System Red Green Blue C M Y K H S L
Decimal 111 202 176 0.45 0 0.13 0.21 162.86 0.46 0.61
Hex 6F CA B0 2D 0 D 15 A3 2E 3D
Octal 157 312 260 55 0 15 25 243 56 75
Binary 1101111 11001010 10110000 101101 0 1101 10101 10100011 101110 111101

Color Harmonies of #6FCAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAB0

Black with #6FCAB0

Text Example


Text Example

White with #6FCAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FCAB0; }

 p { color: rgb(111,202,176); }

 H1.HeaderClassName
 {
   color: #6FCAB0;
 }
 .AnyTagClassName
 {
   color: #6FCAB0;
 }
</style>

background-color css

<style>
 a { background-color: #6FCAB0; }

 a { background-color: rgb(111,202,176); }

 div.DivClassName
 {
   background-color: #6FCAB0;
 }
 .BgClassName
 {
   background-color: #6FCAB0;
 }
</style>

border-color css

<style>
 span { border-color: #6FCAB0; }

 span { border-color: rgb(111,202,176); }

 td.TdClassName
 {
   border-color: #6FCAB0;
 }
 .TagClassName
 {
   border-color: #6FCAB0;
 }
</style>