#76CBCC

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

Shades of Spray #76CBCC

Tints of Spray #76CBCC

Color information

#76CBCC (or 0x76CBCC) is unknown color: approx Spray. HEX triplet: 76, CB and CC. RGB value is (118,203,204). Sum of RGB (Red+Green+Blue) = 118+203+204=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #76CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CBCC is #893433. Grayscale: #B1B1B1. Windows color (decimal): -8991796 or 13421430. OLE color: 13421430.

HSL color Cylindrical-coordinate representation of color #76CBCC: hue angle of 180.7º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CBCC is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB118203204-
CMYK0.420.0000.2
HSL180.7º45.74%63.14%-
HSV(B)180.7º42.16%80%-
XYZ39.7350.9264.86-
YUV177.7142.8485.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.48%
GREEN value IS 203 (79.69% from 255) = 38.67%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=22.48%
G=38.67%
B=38.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1182032040.420.0000.2180.745.7463.14
Hex76CBCC2A0014b52e3f
Octal1663133145200242655677
Binary11101101100101111001100101010001010010110101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,203,204); }

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

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

 a { background-color: rgb(118,203,204); }

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

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

 span { border-color: rgb(118,203,204); }

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