#65C3B1

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

Shades of Medium Aquamarine #65C3B1

Tints of Medium Aquamarine #65C3B1

Color information

#65C3B1 (or 0x65C3B1) is unknown color: approx Medium Aquamarine. HEX triplet: 65, C3 and B1. RGB value is (101,195,177). Sum of RGB (Red+Green+Blue) = 101+195+177=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #65C3B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C3B1 is #9A3C4E. Grayscale: #A4A4A4. Windows color (decimal): -10107983 or 11649893. OLE color: 11649893.

HSL color Cylindrical-coordinate representation of color #65C3B1: hue angle of 168.51º 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 #65C3B1 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB101195177-
CMYK0.4800.090.24
HSL168.51º43.93%58.04%-
HSV(B)168.51º48.21%76.47%-
XYZ32.8244.9748.55-
YUV164.84134.8682.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.35%
GREEN value IS 195 (76.56% from 255) = 41.23%
BLUE value IS 177 (69.53% from 255) = 37.42%
R=21.35%
G=41.23%
B=37.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011951770.4800.090.24168.5143.9358.04
Hex65C3B1300918a92c3a
Octal14530326160011302515472
Binary11001011100001110110001110000010011100010101001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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