#66D59A

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

Shades of Medium Aquamarine #66D59A

Tints of Medium Aquamarine #66D59A

Color information

#66D59A (or 0x66D59A) is unknown color: approx Medium Aquamarine. HEX triplet: 66, D5 and 9A. RGB value is (102,213,154). Sum of RGB (Red+Green+Blue) = 102+213+154=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 213 (83.59% from 255 or 45.42% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 213 - color contains mainly: green. Hex color #66D59A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D59A is #992A65. Grayscale: #ADADAD. Windows color (decimal): -10037862 or 10147174. OLE color: 10147174.

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

Color convert

RGB102213154-
CMYK0.5200.280.16
HSL148.11º56.92%61.76%-
HSV(B)148.11º52.11%83.53%-
XYZ35.1152.7538.9-
YUV173.08117.2377.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.75%
GREEN value IS 213 (83.59% from 255) = 45.42%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=21.75%
G=45.42%
B=32.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022131540.5200.280.16148.1156.9261.76
Hex66D59A3401C1094393e
Octal14632523264034202247176
Binary110011011010101100110101101000111001000010010100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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