#77FADD

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

Shades of Aquamarine #77FADD

Tints of Aquamarine #77FADD

Color information

#77FADD (or 0x77FADD) is unknown color: approx Aquamarine. HEX triplet: 77, FA and DD. RGB value is (119,250,221). Sum of RGB (Red+Green+Blue) = 119+250+221=590 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.17% from 590); Green value is 250 (98.05% from 255 or 42.37% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 250 - color contains mainly: green. Hex color #77FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FADD is #880522. Grayscale: #CFCFCF. Windows color (decimal): -8914211 or 14547575. OLE color: 14547575.

HSL color Cylindrical-coordinate representation of color #77FADD: hue angle of 166.72º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77FADD is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB119250221-
CMYK0.5200.120.02
HSL166.72º92.91%72.35%-
HSV(B)166.72º52.4%98.04%-
XYZ54.8477.5180.48-
YUV207.52135.664.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.17%
GREEN value IS 250 (98.05% from 255) = 42.37%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=20.17%
G=42.37%
B=37.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1192502210.5200.120.02166.7292.9172.35
Hex77FADD340C2a75d48
Octal167372335640142247135110
Binary1110111111110101101110111010001100101010011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77FADD; }

 p { color: rgb(119,250,221); }

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

<style>
 a { background-color: #77FADD; }

 a { background-color: rgb(119,250,221); }

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

<style>
 span { border-color: #77FADD; }

 span { border-color: rgb(119,250,221); }

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