#66cd9e

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

Shades of Medium Aquamarine #66CD9E

Tints of Medium Aquamarine #66CD9E

Color information

#66CD9E (or 0x66CD9E) is unknown color: approx Medium Aquamarine. HEX triplet: 66, CD and 9E. RGB value is (102,205,158). Sum of RGB (Red+Green+Blue) = 102+205+158=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CD9E is #993261. Grayscale: #A8A8A8. Windows color (decimal): -10039906 or 10407270. OLE color: 10407270.

HSL color Cylindrical-coordinate representation of color #66CD9E: hue angle of 152.62º 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 #66CD9E is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB102205158-
CMYK0.5000.230.20
HSL152.62º50.74%60.2%-
HSV(B)152.62º50.24%80.39%-
XYZ33.4848.9640.03-
YUV168.84121.8880.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.94%
GREEN value IS 205 (80.47% from 255) = 44.09%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=21.94%
G=44.09%
B=33.98%

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
Decimal1022051580.5000.230.20152.6250.7460.2
Hex66CD9E320171499333c
Octal14631523662027242316374
Binary110011011001101100111101100100101111010010011001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66cd9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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