Html Css Color HEX #66C8A8 Medium Aquamarine

📋 copy color: '#66C8A8'

red 102 ◦ green 200 ◦ blue 168

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

Shades of Medium Aquamarine #66C8A8

Tints of Medium Aquamarine #66C8A8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.55%

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

R = 21.7%
G = 42.55%
B = 35.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#66C8A8 (or 0x66C8A8) is known color: Medium Aquamarine. HEX triplet: 66, C8 and A8. RGB value is (102,200,168). Sum of RGB (Red+Green+Blue) = 102+200+168=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #66C8A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C8A8 is #993757. Grayscale: #A7A7A7. Windows color (decimal): -10041176 or 11061350. OLE color: 11061350.

HSL color Cylindrical-coordinate representation of color #66C8A8: hue angle of 160.41º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C8A8 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 200 168 -
CMYK 0.49 0 0.16 0.22
HSL 160.41º 0.47% 0.59% -
HSV(B) 160.41º 0.49% 0.78% -
XYZ 33.2 46.96 44.36 -
YUV 167.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 102 200 168 0.49 0 0.16 0.22 160.41 0.47 0.59
Hex 66 C8 A8 31 0 10 16 A0 2F 3B
Octal 146 310 250 61 0 20 26 240 57 73
Binary 1100110 11001000 10101000 110001 0 10000 10110 10100000 101111 111011

Color Harmonies of #66C8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C8A8

Black with #66C8A8

Text Example


Text Example

White with #66C8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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