#65C2B2

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

Shades of Medium Aquamarine #65C2B2

Tints of Medium Aquamarine #65C2B2

Color information

#65C2B2 (or 0x65C2B2) is unknown color: approx Medium Aquamarine. HEX triplet: 65, C2 and B2. RGB value is (101,194,178). Sum of RGB (Red+Green+Blue) = 101+194+178=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #65C2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65C2B2 is #9A3D4D. Grayscale: #A4A4A4. Windows color (decimal): -10108238 or 11715173. OLE color: 11715173.

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

Color convert

RGB101194178-
CMYK0.4800.080.24
HSL169.68º43.26%57.84%-
HSV(B)169.68º47.94%76.08%-
XYZ32.6944.5649-
YUV164.37135.6982.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.35%
GREEN value IS 194 (76.17% from 255) = 41.01%
BLUE value IS 178 (69.92% from 255) = 37.63%
R=21.35%
G=41.01%
B=37.63%

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
Decimal1011941780.4800.080.24169.6843.2657.84
Hex65C2B2300818aa2b3a
Octal14530226260010302525372
Binary11001011100001010110010110000010001100010101010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,194,178); }

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

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

 a { background-color: rgb(101,194,178); }

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

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

 span { border-color: rgb(101,194,178); }

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