#65F5DE

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

Shades of Aquamarine #65F5DE

Tints of Aquamarine #65F5DE

Color information

#65F5DE (or 0x65F5DE) is unknown color: approx Aquamarine. HEX triplet: 65, F5 and DE. RGB value is (101,245,222). Sum of RGB (Red+Green+Blue) = 101+245+222=568 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.78% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #65F5DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F5DE is #9A0A21. Grayscale: #C7C7C7. Windows color (decimal): -10095138 or 14611813. OLE color: 14611813.

HSL color Cylindrical-coordinate representation of color #65F5DE: hue angle of 170.42º degrees, saturation: 0.88, 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 #65F5DE is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB101245222-
CMYK0.5900.090.04
HSL170.42º87.8%67.84%-
HSV(B)170.42º58.78%96.08%-
XYZ51.273.3580.57-
YUV199.32140.7957.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 17.78%
GREEN value IS 245 (96.09% from 255) = 43.13%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=17.78%
G=43.13%
B=39.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012452220.5900.090.04170.4287.867.84
Hex65F5DE3B094aa5844
Octal145365336730114252130104
Binary11001011111010111011110111011010011001010101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,245,222); }

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

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

 a { background-color: rgb(101,245,222); }

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

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

 span { border-color: rgb(101,245,222); }

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