#65CDB0

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

Shades of Medium Aquamarine #65CDB0

Tints of Medium Aquamarine #65CDB0

Color information

#65CDB0 (or 0x65CDB0) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CD and B0. RGB value is (101,205,176). Sum of RGB (Red+Green+Blue) = 101+205+176=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #65CDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CDB0 is #9A324F. Grayscale: #AAAAAA. Windows color (decimal): -10105424 or 11586917. OLE color: 11586917.

HSL color Cylindrical-coordinate representation of color #65CDB0: hue angle of 163.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CDB0 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB101205176-
CMYK0.5100.140.20
HSL163.27º50.98%60%-
HSV(B)163.27º50.73%80.39%-
XYZ35.0349.5648.79-
YUV170.6131.0478.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.95%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=20.95%
G=42.53%
B=36.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1012051760.5100.140.20163.2750.9860
Hex65CDB0330E14a3333c
Octal14531526063016242436374
Binary11001011100110110110000110011011101010010100011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,205,176); }

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

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

 a { background-color: rgb(101,205,176); }

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

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

 span { border-color: rgb(101,205,176); }

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