#65F398

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

Shades of Medium Aquamarine #65F398

Tints of Medium Aquamarine #65F398

Color information

#65F398 (or 0x65F398) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F3 and 98. RGB value is (101,243,152). Sum of RGB (Red+Green+Blue) = 101+243+152=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #65F398 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F398 is #9A0C67. Grayscale: #BEBEBE. Windows color (decimal): -10095720 or 10023781. OLE color: 10023781.

HSL color Cylindrical-coordinate representation of color #65F398: hue angle of 141.55º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F398 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB101243152-
CMYK0.5800.370.05
HSL141.55º85.54%67.45%-
HSV(B)141.55º58.44%95.29%-
XYZ43.0869.1340.78-
YUV190.17106.4664.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.36%
GREEN value IS 243 (95.31% from 255) = 48.99%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=20.36%
G=48.99%
B=30.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1012431520.5800.370.05141.5585.5467.45
Hex65F3983A02558e5643
Octal145363230720455216126103
Binary1100101111100111001100011101001001011011000111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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