#76c4d7

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

Shades of Spray #76C4D7

Tints of Spray #76C4D7

Color information

#76C4D7 (or 0x76C4D7) is unknown color: approx Spray. HEX triplet: 76, C4 and D7. RGB value is (118,196,215). Sum of RGB (Red+Green+Blue) = 118+196+215=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #76C4D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C4D7 is #893B28. Grayscale: #AEAEAE. Windows color (decimal): -8993577 or 14140534. OLE color: 14140534.

HSL color Cylindrical-coordinate representation of color #76C4D7: hue angle of 191.75º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76C4D7 is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118196215-
CMYK0.450.0900.16
HSL191.75º54.8%65.29%-
HSV(B)191.75º45.12%84.31%-
XYZ39.4848.2471.52-
YUV174.84150.6687.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.31%
GREEN value IS 196 (76.95% from 255) = 37.05%
BLUE value IS 215 (84.38% from 255) = 40.64%
R=22.31%
G=37.05%
B=40.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181962150.450.0900.16191.7554.865.29
Hex76C4D72D9010c03741
Octal166304327551102030067101
Binary111011011000100110101111011011001010000110000001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76c4d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76c4d7; }

 p { color: rgb(118,196,215); }

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

<style>
 a { background-color: #76c4d7; }

 a { background-color: rgb(118,196,215); }

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

<style>
 span { border-color: #76c4d7; }

 span { border-color: rgb(118,196,215); }

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