#77D4DB

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

Shades of Spray #77D4DB

Tints of Spray #77D4DB

Color information

#77D4DB (or 0x77D4DB) is unknown color: approx Spray. HEX triplet: 77, D4 and DB. RGB value is (119,212,219). Sum of RGB (Red+Green+Blue) = 119+212+219=550 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.64% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #77D4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D4DB is #882B24. Grayscale: #B8B8B8. Windows color (decimal): -8923941 or 14406775. OLE color: 14406775.

HSL color Cylindrical-coordinate representation of color #77D4DB: hue angle of 184.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77D4DB is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119212219-
CMYK0.460.0300.14
HSL184.2º58.14%66.27%-
HSV(B)184.2º45.66%85.88%-
XYZ43.9456.1275.53-
YUV184.99147.1980.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.64%
GREEN value IS 212 (83.20% from 255) = 38.55%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=21.64%
G=38.55%
B=39.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1192122190.460.0300.14184.258.1466.27
Hex77D4DB2E30Eb83a42
Octal16732433356301627072102
Binary111011111010100110110111011101101110101110001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,212,219); }

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

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

 a { background-color: rgb(119,212,219); }

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

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

 span { border-color: rgb(119,212,219); }

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