#66D5A5

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

Shades of Medium Aquamarine #66D5A5

Tints of Medium Aquamarine #66D5A5

Color information

#66D5A5 (or 0x66D5A5) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D5 and A5. RGB value is (102,213,165). Sum of RGB (Red+Green+Blue) = 102+213+165=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #66D5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D5A5 is #992A5A. Grayscale: #AEAEAE. Windows color (decimal): -10037851 or 10868070. OLE color: 10868070.

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

Color convert

RGB102213165-
CMYK0.5200.230.16
HSL154.05º56.92%61.76%-
HSV(B)154.05º52.11%83.53%-
XYZ36.0753.1343.95-
YUV174.34122.7376.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.25%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 165 (64.84% from 255) = 34.38%
R=21.25%
G=44.38%
B=34.38%

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
Decimal1022131650.5200.230.16154.0556.9261.76
Hex66D5A534017109a393e
Octal14632524564027202327176
Binary110011011010101101001011101000101111000010011010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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