#76C4E3

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

Shades of Spray #76C4E3

Tints of Spray #76C4E3

Color information

#76C4E3 (or 0x76C4E3) is unknown color: approx Spray. HEX triplet: 76, C4 and E3. RGB value is (118,196,227). Sum of RGB (Red+Green+Blue) = 118+196+227=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 227 (89.06% from 255 or 41.96% from 541); Max value from RGB is 227 - color contains mainly: blue. Hex color #76C4E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C4E3 is #893B1C. Grayscale: #B0B0B0. Windows color (decimal): -8993565 or 14926966. OLE color: 14926966.

HSL color Cylindrical-coordinate representation of color #76C4E3: hue angle of 197.06º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76C4E3 is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB118196227-
CMYK0.480.1400.11
HSL197.06º66.06%67.65%-
HSV(B)197.06º48.02%89.02%-
XYZ41.0848.8879.94-
YUV176.21156.6686.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.81%
GREEN value IS 196 (76.95% from 255) = 36.23%
BLUE value IS 227 (89.06% from 255) = 41.96%
R=21.81%
G=36.23%
B=41.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1181962270.480.1400.11197.0666.0667.65
Hex76C4E330E0Bc54244
Octal1663043436016013305102104
Binary111011011000100111000111100001110010111100010110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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