#66ED98

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

Shades of Medium Aquamarine #66ED98

Tints of Medium Aquamarine #66ED98

Color information

#66ED98 (or 0x66ED98) is unknown color: approx Medium Aquamarine. HEX triplet: 66, ED and 98. RGB value is (102,237,152). Sum of RGB (Red+Green+Blue) = 102+237+152=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #66ED98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66ED98 is #991267. Grayscale: #BBBBBB. Windows color (decimal): -10031720 or 10022246. OLE color: 10022246.

HSL color Cylindrical-coordinate representation of color #66ED98: hue angle of 142.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ED98 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB102237152-
CMYK0.5700.360.07
HSL142.22º78.95%66.47%-
HSV(B)142.22º56.96%92.94%-
XYZ41.4365.6640.2-
YUV186.94108.2767.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.77%
GREEN value IS 237 (92.97% from 255) = 48.27%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=20.77%
G=48.27%
B=30.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1022371520.5700.360.07142.2278.9566.47
Hex66ED983902478e4f42
Octal146355230710447216117102
Binary1100110111011011001100011100101001001111000111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ED98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,237,152); }

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

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

 a { background-color: rgb(102,237,152); }

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

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

 span { border-color: rgb(102,237,152); }

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