Html Css Color HEX #66C4A8 Medium Aquamarine

📋 copy color: '#66C4A8'

red 102 ◦ green 196 ◦ blue 168

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

Shades of Medium Aquamarine #66C4A8

Tints of Medium Aquamarine #66C4A8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.06%

 BLUE value IS 168 (66.02% from 255) = 36.05%

R = 21.89%
G = 42.06%
B = 36.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#66C4A8 (or 0x66C4A8) is known color: Medium Aquamarine. HEX triplet: 66, C4 and A8. RGB value is (102,196,168). Sum of RGB (Red+Green+Blue) = 102+196+168=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #66C4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C4A8 is #993B57. Grayscale: #A4A4A4. Windows color (decimal): -10042200 or 11060326. OLE color: 11060326.

HSL color Cylindrical-coordinate representation of color #66C4A8: hue angle of 162.13º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C4A8 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 102 196 168 -
CMYK 0.48 0 0.14 0.23
HSL 162.13º 0.44% 0.58% -
HSV(B) 162.13º 0.48% 0.77% -
XYZ 32.29 45.13 44.06 -
YUV 164.7 129.86 83.28 -
System Red Green Blue C M Y K H S L
Decimal 102 196 168 0.48 0 0.14 0.23 162.13 0.44 0.58
Hex 66 C4 A8 30 0 E 17 A2 2C 3A
Octal 146 304 250 60 0 16 27 242 54 72
Binary 1100110 11000100 10101000 110000 0 1110 10111 10100010 101100 111010

Color Harmonies of #66C4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C4A8

Black with #66C4A8

Text Example


Text Example

White with #66C4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,196,168); }

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

background-color css

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

 a { background-color: rgb(102,196,168); }

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

border-color css

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

 span { border-color: rgb(102,196,168); }

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