#76BECC

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

Shades of Seagull #76BECC

Tints of Seagull #76BECC

Color information

#76BECC (or 0x76BECC) is unknown color: approx Seagull. HEX triplet: 76, BE and CC. RGB value is (118,190,204). Sum of RGB (Red+Green+Blue) = 118+190+204=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #76BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BECC is #894133. Grayscale: #A9A9A9. Windows color (decimal): -8995124 or 13418102. OLE color: 13418102.

HSL color Cylindrical-coordinate representation of color #76BECC: hue angle of 189.77º 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 #76BECC is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB118190204-
CMYK0.420.0700.2
HSL189.77º45.74%63.14%-
HSV(B)189.77º42.16%80%-
XYZ36.7845.0463.88-
YUV170.07147.1590.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.05%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=23.05%
G=37.11%
B=39.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1181902040.420.0700.2189.7745.7463.14
Hex76BECC2A7014be2e3f
Octal1662763145270242765677
Binary1110110101111101100110010101011101010010111110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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