Html Css Color HEX #66C9AC Medium Aquamarine

📋 copy color: '#66C9AC'

red 102 ◦ green 201 ◦ blue 172

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

Shades of Medium Aquamarine #66C9AC

Tints of Medium Aquamarine #66C9AC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.32%

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

R = 21.47%
G = 42.32%
B = 36.21%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#66C9AC (or 0x66C9AC) is known color: Medium Aquamarine. HEX triplet: 66, C9 and AC. RGB value is (102,201,172). Sum of RGB (Red+Green+Blue) = 102+201+172=475 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.47% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #66C9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C9AC is #993653. Grayscale: #A8A8A8. Windows color (decimal): -10040916 or 11323750. OLE color: 11323750.

HSL color Cylindrical-coordinate representation of color #66C9AC: hue angle of 162.42º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C9AC is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 201 172 -
CMYK 0.49 0 0.14 0.21
HSL 162.42º 0.48% 0.59% -
HSV(B) 162.42º 0.49% 0.79% -
XYZ 33.81 47.58 46.43 -
YUV 168.09 130.2 80.86 -
System Red Green Blue C M Y K H S L
Decimal 102 201 172 0.49 0 0.14 0.21 162.42 0.48 0.59
Hex 66 C9 AC 31 0 E 15 A2 30 3B
Octal 146 311 254 61 0 16 25 242 60 73
Binary 1100110 11001001 10101100 110001 0 1110 10101 10100010 110000 111011

Color Harmonies of #66C9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C9AC

Black with #66C9AC

Text Example


Text Example

White with #66C9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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