#65C3AB

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

Shades of Medium Aquamarine #65C3AB

Tints of Medium Aquamarine #65C3AB

Color information

#65C3AB (or 0x65C3AB) is unknown color: approx Medium Aquamarine. HEX triplet: 65, C3 and AB. RGB value is (101,195,171). Sum of RGB (Red+Green+Blue) = 101+195+171=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C3AB is #9A3C54. Grayscale: #A4A4A4. Windows color (decimal): -10107989 or 11256677. OLE color: 11256677.

HSL color Cylindrical-coordinate representation of color #65C3AB: hue angle of 164.68º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65C3AB is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB101195171-
CMYK0.4800.120.24
HSL164.68º43.93%58.04%-
HSV(B)164.68º48.21%76.47%-
XYZ32.2344.7445.46-
YUV164.16131.8682.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.63%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=21.63%
G=41.76%
B=36.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011951710.4800.120.24164.6843.9358.04
Hex65C3AB300C18a52c3a
Octal14530325360014302455472
Binary11001011100001110101011110000011001100010100101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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