#76BDCC

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

Shades of Seagull #76BDCC

Tints of Seagull #76BDCC

Color information

#76BDCC (or 0x76BDCC) is unknown color: approx Seagull. HEX triplet: 76, BD and CC. RGB value is (118,189,204). Sum of RGB (Red+Green+Blue) = 118+189+204=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #76BDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDCC is #894233. Grayscale: #A9A9A9. Windows color (decimal): -8995380 or 13417846. OLE color: 13417846.

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

Color convert

RGB118189204-
CMYK0.420.0700.2
HSL190.47º45.74%63.14%-
HSV(B)190.47º42.16%80%-
XYZ36.5744.6163.81-
YUV169.48147.4891.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.09%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=23.09%
G=36.99%
B=39.92%

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
Decimal1181892040.420.0700.2190.4745.7463.14
Hex76BDCC2A7014be2e3f
Octal1662753145270242765677
Binary1110110101111011100110010101011101010010111110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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