#65D1B1

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

Shades of Medium Aquamarine #65D1B1

Tints of Medium Aquamarine #65D1B1

Color information

#65D1B1 (or 0x65D1B1) is unknown color: approx Medium Aquamarine. HEX triplet: 65, D1 and B1. RGB value is (101,209,177). Sum of RGB (Red+Green+Blue) = 101+209+177=487 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.74% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #65D1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65D1B1 is #9A2E4E. Grayscale: #ADADAD. Windows color (decimal): -10104399 or 11653477. OLE color: 11653477.

HSL color Cylindrical-coordinate representation of color #65D1B1: hue angle of 162.22º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D1B1 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB101209177-
CMYK0.5200.150.18
HSL162.22º54%60.78%-
HSV(B)162.22º51.67%81.96%-
XYZ36.151.5449.64-
YUV173.06130.2276.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.74%
GREEN value IS 209 (82.03% from 255) = 42.92%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=20.74%
G=42.92%
B=36.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012091770.5200.150.18162.225460.78
Hex65D1B1340F12a2363d
Octal14532126164017222426675
Binary11001011101000110110001110100011111001010100010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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