#65EE98

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

Shades of Medium Aquamarine #65EE98

Tints of Medium Aquamarine #65EE98

Color information

#65EE98 (or 0x65EE98) is unknown color: approx Medium Aquamarine. HEX triplet: 65, EE and 98. RGB value is (101,238,152). Sum of RGB (Red+Green+Blue) = 101+238+152=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #65EE98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EE98 is #9A1167. Grayscale: #BBBBBB. Windows color (decimal): -10097000 or 10022501. OLE color: 10022501.

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

Color convert

RGB101238152-
CMYK0.5800.360.07
HSL142.34º80.12%66.47%-
HSV(B)142.34º57.56%93.33%-
XYZ41.6166.1840.29-
YUV187.23108.1166.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.57%
GREEN value IS 238 (93.36% from 255) = 48.47%
BLUE value IS 152 (59.77% from 255) = 30.96%
R=20.57%
G=48.47%
B=30.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012381520.5800.360.07142.3480.1266.47
Hex65EE983A02478e5042
Octal145356230720447216120102
Binary1100101111011101001100011101001001001111000111010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65EE98; }

 p { color: rgb(101,238,152); }

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

<style>
 a { background-color: #65EE98; }

 a { background-color: rgb(101,238,152); }

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

<style>
 span { border-color: #65EE98; }

 span { border-color: rgb(101,238,152); }

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