Html Css Color HEX #66C0A8 Medium Aquamarine

📋 copy color: '#66C0A8'

red 102 ◦ green 192 ◦ blue 168

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

Shades of Medium Aquamarine #66C0A8

Tints of Medium Aquamarine #66C0A8

RGB

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

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

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

R = 22.08%
G = 41.56%
B = 36.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#66C0A8 (or 0x66C0A8) is known color: Medium Aquamarine. HEX triplet: 66, C0 and A8. RGB value is (102,192,168). Sum of RGB (Red+Green+Blue) = 102+192+168=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 192 - color contains mainly: green. Hex color #66C0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C0A8 is #993F57. Grayscale: #A2A2A2. Windows color (decimal): -10043224 or 11059302. OLE color: 11059302.

HSL color Cylindrical-coordinate representation of color #66C0A8: hue angle of 164º 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 #66C0A8 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 192 168 -
CMYK 0.47 0 0.12 0.25
HSL 164º 0.42% 0.58% -
HSV(B) 164º 0.47% 0.75% -
XYZ 31.4 43.35 43.76 -
YUV 162.35 131.18 84.95 -
System Red Green Blue C M Y K H S L
Decimal 102 192 168 0.47 0 0.12 0.25 164 0.42 0.58
Hex 66 C0 A8 2F 0 C 19 A4 2A 3A
Octal 146 300 250 57 0 14 31 244 52 72
Binary 1100110 11000000 10101000 101111 0 1100 11001 10100100 101010 111010

Color Harmonies of #66C0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C0A8

Black with #66C0A8

Text Example


Text Example

White with #66C0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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