#66C69E

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

Shades of Medium Aquamarine #66C69E

Tints of Medium Aquamarine #66C69E

Color information

#66C69E (or 0x66C69E) is unknown color: approx Medium Aquamarine. HEX triplet: 66, C6 and 9E. RGB value is (102,198,158). Sum of RGB (Red+Green+Blue) = 102+198+158=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #66C69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C69E is #993961. Grayscale: #A4A4A4. Windows color (decimal): -10041698 or 10405478. OLE color: 10405478.

HSL color Cylindrical-coordinate representation of color #66C69E: hue angle of 155º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C69E is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB102198158-
CMYK0.4800.200.22
HSL155º45.71%58.82%-
HSV(B)155º48.48%77.65%-
XYZ31.8545.6839.49-
YUV164.74124.283.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.27%
GREEN value IS 198 (77.73% from 255) = 43.23%
BLUE value IS 158 (62.11% from 255) = 34.50%
R=22.27%
G=43.23%
B=34.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1021981580.4800.200.2215545.7158.82
Hex66C69E30014169b2e3b
Octal14630623660024262335673
Binary110011011000110100111101100000101001011010011011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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