#65C1B1

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

Shades of Medium Aquamarine #65C1B1

Tints of Medium Aquamarine #65C1B1

Color information

#65C1B1 (or 0x65C1B1) is unknown color: approx Medium Aquamarine. HEX triplet: 65, C1 and B1. RGB value is (101,193,177). Sum of RGB (Red+Green+Blue) = 101+193+177=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #65C1B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C1B1 is #9A3E4E. Grayscale: #A3A3A3. Windows color (decimal): -10108495 or 11649381. OLE color: 11649381.

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

Color convert

RGB101193177-
CMYK0.4800.080.24
HSL169.57º42.59%57.65%-
HSV(B)169.57º47.67%75.69%-
XYZ32.3744.0848.4-
YUV163.67135.5283.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.44%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 177 (69.53% from 255) = 37.58%
R=21.44%
G=40.98%
B=37.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1011931770.4800.080.24169.5742.5957.65
Hex65C1B1300818aa2b3a
Octal14530126160010302525372
Binary11001011100000110110001110000010001100010101010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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