#66D5A3

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

Shades of Medium Aquamarine #66D5A3

Tints of Medium Aquamarine #66D5A3

Color information

#66D5A3 (or 0x66D5A3) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D5 and A3. RGB value is (102,213,163). Sum of RGB (Red+Green+Blue) = 102+213+163=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #66D5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D5A3 is #992A5C. Grayscale: #AEAEAE. Windows color (decimal): -10037853 or 10736998. OLE color: 10736998.

HSL color Cylindrical-coordinate representation of color #66D5A3: hue angle of 152.97º degrees, saturation: 0.57, 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 #66D5A3 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB102213163-
CMYK0.5200.230.16
HSL152.97º56.92%61.76%-
HSV(B)152.97º52.11%83.53%-
XYZ35.8853.0643-
YUV174.11121.7376.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.34%
GREEN value IS 213 (83.59% from 255) = 44.56%
BLUE value IS 163 (64.06% from 255) = 34.10%
R=21.34%
G=44.56%
B=34.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022131630.5200.230.16152.9756.9261.76
Hex66D5A3340171099393e
Octal14632524364027202317176
Binary110011011010101101000111101000101111000010011001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,213,163); }

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

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

 a { background-color: rgb(102,213,163); }

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

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

 span { border-color: rgb(102,213,163); }

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