Html Css Color HEX #66CEAE Medium Aquamarine

📋 copy color: '#66CEAE'

red 102 ◦ green 206 ◦ blue 174

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

Shades of Medium Aquamarine #66CEAE

Tints of Medium Aquamarine #66CEAE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.74%

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

R = 21.16%
G = 42.74%
B = 36.1%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#66CEAE (or 0x66CEAE) is known color: Medium Aquamarine. HEX triplet: 66, CE and AE. RGB value is (102,206,174). Sum of RGB (Red+Green+Blue) = 102+206+174=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #66CEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CEAE is #993151. Grayscale: #ABABAB. Windows color (decimal): -10039634 or 11456102. OLE color: 11456102.

HSL color Cylindrical-coordinate representation of color #66CEAE: hue angle of 161.54º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CEAE is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 206 174 -
CMYK 0.50 0 0.16 0.19
HSL 161.54º 0.51% 0.6% -
HSV(B) 161.54º 0.5% 0.81% -
XYZ 35.19 50.02 47.85 -
YUV 171.26 129.54 78.6 -
System Red Green Blue C M Y K H S L
Decimal 102 206 174 0.50 0 0.16 0.19 161.54 0.51 0.6
Hex 66 CE AE 32 0 10 13 A2 33 3C
Octal 146 316 256 62 0 20 23 242 63 74
Binary 1100110 11001110 10101110 110010 0 10000 10011 10100010 110011 111100

Color Harmonies of #66CEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CEAE

Black with #66CEAE

Text Example


Text Example

White with #66CEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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