#65CAAC

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

Shades of Medium Aquamarine #65CAAC

Tints of Medium Aquamarine #65CAAC

Color information

#65CAAC (or 0x65CAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 65, CA and AC. RGB value is (101,202,172). Sum of RGB (Red+Green+Blue) = 101+202+172=475 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.26% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #65CAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CAAC is #9A3553. Grayscale: #A8A8A8. Windows color (decimal): -10106196 or 11324005. OLE color: 11324005.

HSL color Cylindrical-coordinate representation of color #65CAAC: hue angle of 162.18º 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 #65CAAC is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB101202172-
CMYK0.5000.150.21
HSL162.18º48.79%59.41%-
HSV(B)162.18º50%79.22%-
XYZ33.9347.9946.5-
YUV168.38130.0479.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.26%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=21.26%
G=42.53%
B=36.21%

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
Decimal1012021720.5000.150.21162.1848.7959.41
Hex65CAAC320F15a2313b
Octal14531225462017252426173
Binary11001011100101010101100110010011111010110100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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