#64C9B1

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

Shades of Medium Aquamarine #64C9B1

Tints of Medium Aquamarine #64C9B1

Color information

#64C9B1 (or 0x64C9B1) is unknown color: approx Medium Aquamarine. HEX triplet: 64, C9 and B1. RGB value is (100,201,177). Sum of RGB (Red+Green+Blue) = 100+201+177=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #64C9B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C9B1 is #9B364E. Grayscale: #A8A8A8. Windows color (decimal): -10171983 or 11651428. OLE color: 11651428.

HSL color Cylindrical-coordinate representation of color #64C9B1: hue angle of 165.74º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C9B1 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB100201177-
CMYK0.5000.120.21
HSL165.74º48.33%59.02%-
HSV(B)165.74º50.25%78.82%-
XYZ34.0847.6649-
YUV168.06133.0479.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.92%
GREEN value IS 201 (78.91% from 255) = 42.05%
BLUE value IS 177 (69.53% from 255) = 37.03%
R=20.92%
G=42.05%
B=37.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002011770.5000.120.21165.7448.3359.02
Hex64C9B1320C15a6303b
Octal14431126162014252466073
Binary11001001100100110110001110010011001010110100110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64C9B1; }

 p { color: rgb(100,201,177); }

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

<style>
 a { background-color: #64C9B1; }

 a { background-color: rgb(100,201,177); }

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

<style>
 span { border-color: #64C9B1; }

 span { border-color: rgb(100,201,177); }

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