Html Css Color HEX #66CCAC Medium Aquamarine

📋 copy color: '#66CCAC'

red 102 ◦ green 204 ◦ blue 172

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

Shades of Medium Aquamarine #66CCAC

Tints of Medium Aquamarine #66CCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 172 (67.58% from 255) = 35.98%

R = 21.34%
G = 42.68%
B = 35.98%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#66CCAC (or 0x66CCAC) is known color: Medium Aquamarine. HEX triplet: 66, CC and AC. RGB value is (102,204,172). Sum of RGB (Red+Green+Blue) = 102+204+172=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CCAC is #993353. Grayscale: #A9A9A9. Windows color (decimal): -10040148 or 11324518. OLE color: 11324518.

HSL color Cylindrical-coordinate representation of color #66CCAC: hue angle of 161.18º degrees, saturation: 0.5, 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 #66CCAC is Cyan = 0.5, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 204 172 -
CMYK 0.5 0 0.16 0.2
HSL 161.18º 0.5% 0.6% -
HSV(B) 161.18º 0.5% 0.8% -
XYZ 34.52 48.99 46.67 -
YUV 169.85 129.21 79.6 -
System Red Green Blue C M Y K H S L
Decimal 102 204 172 0.5 0 0.16 0.2 161.18 0.5 0.6
Hex 66 CC AC 32 0 10 14 A1 32 3C
Octal 146 314 254 62 0 20 24 241 62 74
Binary 1100110 11001100 10101100 110010 0 10000 10100 10100001 110010 111100

Color Harmonies of #66CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CCAC

Black with #66CCAC

Text Example


Text Example

White with #66CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,204,172); }

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

background-color css

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

 a { background-color: rgb(102,204,172); }

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

border-color css

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

 span { border-color: rgb(102,204,172); }

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