#76BDC9

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

Shades of Seagull #76BDC9

Tints of Seagull #76BDC9

Color information

#76BDC9 (or 0x76BDC9) is unknown color: approx Seagull. HEX triplet: 76, BD and C9. RGB value is (118,189,201). Sum of RGB (Red+Green+Blue) = 118+189+201=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #76BDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BDC9 is #894236. Grayscale: #A9A9A9. Windows color (decimal): -8995383 or 13221238. OLE color: 13221238.

HSL color Cylindrical-coordinate representation of color #76BDC9: hue angle of 188.67º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76BDC9 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB118189201-
CMYK0.410.0600.21
HSL188.67º43.46%62.55%-
HSV(B)188.67º41.29%78.82%-
XYZ36.2144.4661.93-
YUV169.14145.9891.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.23%
GREEN value IS 189 (74.22% from 255) = 37.20%
BLUE value IS 201 (78.91% from 255) = 39.57%
R=23.23%
G=37.20%
B=39.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181892010.410.0600.21188.6743.4662.55
Hex76BDC9296015bd2b3f
Octal1662753115160252755377
Binary1110110101111011100100110100111001010110111101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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