#65F5D2

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

Shades of Aquamarine #65F5D2

Tints of Aquamarine #65F5D2

Color information

#65F5D2 (or 0x65F5D2) is unknown color: approx Aquamarine. HEX triplet: 65, F5 and D2. RGB value is (101,245,210). Sum of RGB (Red+Green+Blue) = 101+245+210=556 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.17% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #65F5D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65F5D2 is #9A0A2D. Grayscale: #C5C5C5. Windows color (decimal): -10095150 or 13825381. OLE color: 13825381.

HSL color Cylindrical-coordinate representation of color #65F5D2: hue angle of 165.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 #65F5D2 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB101245210-
CMYK0.5900.140.04
HSL165.42º87.8%67.84%-
HSV(B)165.42º58.78%96.08%-
XYZ49.6572.7272.39-
YUV197.95134.7958.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.17%
GREEN value IS 245 (96.09% from 255) = 44.06%
BLUE value IS 210 (82.42% from 255) = 37.77%
R=18.17%
G=44.06%
B=37.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012452100.5900.140.04165.4287.867.84
Hex65F5D23B0E4a55844
Octal145365322730164245130104
Binary11001011111010111010010111011011101001010010110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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