#65CAAB

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

Shades of Medium Aquamarine #65CAAB

Tints of Medium Aquamarine #65CAAB

Color information

#65CAAB (or 0x65CAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CA and AB. RGB value is (101,202,171). Sum of RGB (Red+Green+Blue) = 101+202+171=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #65CAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CAAB is #9A3554. Grayscale: #A8A8A8. Windows color (decimal): -10106197 or 11258469. OLE color: 11258469.

HSL color Cylindrical-coordinate representation of color #65CAAB: hue angle of 161.58º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CAAB is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB101202171-
CMYK0.5000.150.21
HSL161.58º48.79%59.41%-
HSV(B)161.58º50%79.22%-
XYZ33.8447.9546-
YUV168.27129.5480.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.31%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=21.31%
G=42.62%
B=36.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1012021710.5000.150.21161.5848.7959.41
Hex65CAAB320F15a2313b
Octal14531225362017252426173
Binary11001011100101010101011110010011111010110100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,202,171); }

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

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

 a { background-color: rgb(101,202,171); }

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

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

 span { border-color: rgb(101,202,171); }

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