#66CD9D

Color #66CD9D Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #66CD9D

Tints of Medium Aquamarine #66CD9D

Color information

#66CD9D (or 0x66CD9D) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CD and 9D. RGB value is (102,205,157). Sum of RGB (Red+Green+Blue) = 102+205+157=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CD9D is #993262. Grayscale: #A8A8A8. Windows color (decimal): -10039907 or 10341734. OLE color: 10341734.

HSL color Cylindrical-coordinate representation of color #66CD9D: hue angle of 152.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CD9D is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB102205157-
CMYK0.5000.230.20
HSL152.04º50.74%60.2%-
HSV(B)152.04º50.24%80.39%-
XYZ33.448.9239.58-
YUV168.73121.3880.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.98%
GREEN value IS 205 (80.47% from 255) = 44.18%
BLUE value IS 157 (61.72% from 255) = 33.84%
R=21.98%
G=44.18%
B=33.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1022051570.5000.230.20152.0450.7460.2
Hex66CD9D320171498333c
Octal14631523562027242306374
Binary110011011001101100111011100100101111010010011000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,205,157); }

 H1.HeaderClassName
 {
   color: #66CD9D;
 }
 .AnyTagClassName
 {
   color: #66CD9D;
 }
</style>
background-color css

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

 a { background-color: rgb(102,205,157); }

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

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

 span { border-color: rgb(102,205,157); }

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