Html Css Color HEX #66C0AB Medium Aquamarine

📋 copy color: '#66C0AB'

red 102 ◦ green 192 ◦ blue 171

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

Shades of Medium Aquamarine #66C0AB

Tints of Medium Aquamarine #66C0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.29%

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 21.94%
G = 41.29%
B = 36.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#66C0AB (or 0x66C0AB) is known color: Medium Aquamarine. HEX triplet: 66, C0 and AB. RGB value is (102,192,171). Sum of RGB (Red+Green+Blue) = 102+192+171=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #66C0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C0AB is #993F54. Grayscale: #A2A2A2. Windows color (decimal): -10043221 or 11255910. OLE color: 11255910.

HSL color Cylindrical-coordinate representation of color #66C0AB: hue angle of 166º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66C0AB is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 192 171 -
CMYK 0.47 0 0.11 0.25
HSL 166º 0.42% 0.58% -
HSV(B) 166º 0.47% 0.75% -
XYZ 31.68 43.46 45.25 -
YUV 162.7 132.68 84.71 -
System Red Green Blue C M Y K H S L
Decimal 102 192 171 0.47 0 0.11 0.25 166 0.42 0.58
Hex 66 C0 AB 2F 0 B 19 A6 2A 3A
Octal 146 300 253 57 0 13 31 246 52 72
Binary 1100110 11000000 10101011 101111 0 1011 11001 10100110 101010 111010

Color Harmonies of #66C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C0AB

Black with #66C0AB

Text Example


Text Example

White with #66C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,192,171); }

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

background-color css

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

 a { background-color: rgb(102,192,171); }

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

border-color css

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

 span { border-color: rgb(102,192,171); }

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