#76B5D0

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

Shades of Seagull #76B5D0

Tints of Seagull #76B5D0

Color information

#76B5D0 (or 0x76B5D0) is unknown color: approx Seagull. HEX triplet: 76, B5 and D0. RGB value is (118,181,208). Sum of RGB (Red+Green+Blue) = 118+181+208=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #76B5D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B5D0 is #894A2F. Grayscale: #A5A5A5. Windows color (decimal): -8997424 or 13677942. OLE color: 13677942.

HSL color Cylindrical-coordinate representation of color #76B5D0: hue angle of 198º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76B5D0 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB118181208-
CMYK0.430.1300.18
HSL198º48.91%63.92%-
HSV(B)198º43.27%81.57%-
XYZ35.3841.4565.81-
YUV165.24152.1394.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.27%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 208 (81.64% from 255) = 41.03%
R=23.27%
G=35.70%
B=41.03%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1181812080.430.1300.1819848.9163.92
Hex76B5D02BD012c63140
Octal166265320531502230661100
Binary111011010110101110100001010111101010010110001101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,181,208); }

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

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

 a { background-color: rgb(118,181,208); }

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

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

 span { border-color: rgb(118,181,208); }

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