#65CBA1

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

Shades of Medium Aquamarine #65CBA1

Tints of Medium Aquamarine #65CBA1

Color information

#65CBA1 (or 0x65CBA1) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CB and A1. RGB value is (101,203,161). Sum of RGB (Red+Green+Blue) = 101+203+161=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #65CBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CBA1 is #9A345E. Grayscale: #A7A7A7. Windows color (decimal): -10105951 or 10603365. OLE color: 10603365.

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

Color convert

RGB101203161-
CMYK0.5000.210.20
HSL155.29º49.51%59.61%-
HSV(B)155.29º50.25%79.61%-
XYZ33.1648.0541.25-
YUV167.71124.2180.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.72%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 161 (63.28% from 255) = 34.62%
R=21.72%
G=43.66%
B=34.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1012031610.5000.210.20155.2949.5159.61
Hex65CBA132015149b323c
Octal14531324162025242336274
Binary110010111001011101000011100100101011010010011011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,203,161); }

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

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

 a { background-color: rgb(101,203,161); }

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

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

 span { border-color: rgb(101,203,161); }

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