#65F4BD

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

Shades of Aquamarine #65F4BD

Tints of Aquamarine #65F4BD

Color information

#65F4BD (or 0x65F4BD) is unknown color: approx Aquamarine. HEX triplet: 65, F4 and BD. RGB value is (101,244,189). Sum of RGB (Red+Green+Blue) = 101+244+189=534 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.91% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #65F4BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F4BD is #9A0B42. Grayscale: #C3C3C3. Windows color (decimal): -10095427 or 12448869. OLE color: 12448869.

HSL color Cylindrical-coordinate representation of color #65F4BD: hue angle of 156.92º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F4BD is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB101244189-
CMYK0.5900.230.04
HSL156.92º86.67%67.65%-
HSV(B)156.92º58.61%95.69%-
XYZ46.971.1459.4-
YUV194.97124.6260.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.91%
GREEN value IS 244 (95.70% from 255) = 45.69%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=18.91%
G=45.69%
B=35.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012441890.5900.230.04156.9286.6767.65
Hex65F4BD3B01749d5744
Octal145364275730274235127104
Binary110010111110100101111011110110101111001001110110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,244,189); }

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

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

 a { background-color: rgb(101,244,189); }

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

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

 span { border-color: rgb(101,244,189); }

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