#66D69E

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

Shades of Medium Aquamarine #66D69E

Tints of Medium Aquamarine #66D69E

Color information

#66D69E (or 0x66D69E) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D6 and 9E. RGB value is (102,214,158). Sum of RGB (Red+Green+Blue) = 102+214+158=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #66D69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D69E is #992961. Grayscale: #AEAEAE. Windows color (decimal): -10037602 or 10409574. OLE color: 10409574.

HSL color Cylindrical-coordinate representation of color #66D69E: hue angle of 150º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D69E is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB102214158-
CMYK0.5200.260.16
HSL150º57.73%61.96%-
HSV(B)150º52.34%83.92%-
XYZ35.753.3940.77-
YUV174.13118.8976.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.52%
GREEN value IS 214 (83.98% from 255) = 45.15%
BLUE value IS 158 (62.11% from 255) = 33.33%
R=21.52%
G=45.15%
B=33.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022141580.5200.260.1615057.7361.96
Hex66D69E3401A10963a3e
Octal14632623664032202267276
Binary110011011010110100111101101000110101000010010110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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