#65DBB2

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

Shades of Medium Aquamarine #65DBB2

Tints of Medium Aquamarine #65DBB2

Color information

#65DBB2 (or 0x65DBB2) is unknown color: approx Medium Aquamarine. HEX triplet: 65, DB and B2. RGB value is (101,219,178). Sum of RGB (Red+Green+Blue) = 101+219+178=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DBB2 is #9A244D. Grayscale: #B3B3B3. Windows color (decimal): -10101838 or 11721573. OLE color: 11721573.

HSL color Cylindrical-coordinate representation of color #65DBB2: hue angle of 159.15º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DBB2 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB101219178-
CMYK0.5400.190.14
HSL159.15º62.11%62.75%-
HSV(B)159.15º53.88%85.88%-
XYZ38.7356.6451.01-
YUV179.04127.4172.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.28%
GREEN value IS 219 (85.94% from 255) = 43.98%
BLUE value IS 178 (69.92% from 255) = 35.74%
R=20.28%
G=43.98%
B=35.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1012191780.5400.190.14159.1562.1162.75
Hex65DBB236013E9f3e3f
Octal14533326266023162377677
Binary11001011101101110110010110110010011111010011111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,219,178); }

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

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

 a { background-color: rgb(101,219,178); }

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

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

 span { border-color: rgb(101,219,178); }

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