#65DBB1

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

Shades of Medium Aquamarine #65DBB1

Tints of Medium Aquamarine #65DBB1

Color information

#65DBB1 (or 0x65DBB1) is unknown color: approx Medium Aquamarine. HEX triplet: 65, DB and B1. RGB value is (101,219,177). Sum of RGB (Red+Green+Blue) = 101+219+177=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65DBB1 is #9A244E. Grayscale: #B2B2B2. Windows color (decimal): -10101839 or 11656037. OLE color: 11656037.

HSL color Cylindrical-coordinate representation of color #65DBB1: hue angle of 158.64º 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 #65DBB1 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB101219177-
CMYK0.5400.190.14
HSL158.64º62.11%62.75%-
HSV(B)158.64º53.88%85.88%-
XYZ38.6356.650.48-
YUV178.93126.9172.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.32%
GREEN value IS 219 (85.94% from 255) = 44.06%
BLUE value IS 177 (69.53% from 255) = 35.61%
R=20.32%
G=44.06%
B=35.61%

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
Decimal1012191770.5400.190.14158.6462.1162.75
Hex65DBB136013E9f3e3f
Octal14533326166023162377677
Binary11001011101101110110001110110010011111010011111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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