Html Css Color HEX #66CBAE Medium Aquamarine

📋 copy color: '#66CBAE'

red 102 ◦ green 203 ◦ blue 174

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

Shades of Medium Aquamarine #66CBAE

Tints of Medium Aquamarine #66CBAE

RGB

 RED value IS 102 (40.23% from 255) = 21.29%

 GREEN value IS 203 (79.69% from 255) = 42.38%

 BLUE value IS 174 (68.36% from 255) = 36.33%

R = 21.29%
G = 42.38%
B = 36.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#66CBAE (or 0x66CBAE) is known color: Medium Aquamarine. HEX triplet: 66, CB and AE. RGB value is (102,203,174). Sum of RGB (Red+Green+Blue) = 102+203+174=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #66CBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CBAE is #993451. Grayscale: #A9A9A9. Windows color (decimal): -10040402 or 11455334. OLE color: 11455334.

HSL color Cylindrical-coordinate representation of color #66CBAE: hue angle of 162.77º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CBAE is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 203 174 -
CMYK 0.50 0 0.14 0.20
HSL 162.77º 0.49% 0.6% -
HSV(B) 162.77º 0.5% 0.8% -
XYZ 34.48 48.59 47.61 -
YUV 169.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 102 203 174 0.50 0 0.14 0.20 162.77 0.49 0.6
Hex 66 CB AE 32 0 E 14 A3 31 3C
Octal 146 313 256 62 0 16 24 243 61 74
Binary 1100110 11001011 10101110 110010 0 1110 10100 10100011 110001 111100

Color Harmonies of #66CBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CBAE

Black with #66CBAE

Text Example


Text Example

White with #66CBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66CBAE; }

 p { color: rgb(102,203,174); }

 H1.HeaderClassName
 {
   color: #66CBAE;
 }
 .AnyTagClassName
 {
   color: #66CBAE;
 }
</style>

background-color css

<style>
 a { background-color: #66CBAE; }

 a { background-color: rgb(102,203,174); }

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

border-color css

<style>
 span { border-color: #66CBAE; }

 span { border-color: rgb(102,203,174); }

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