#76B2CD

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

Shades of Seagull #76B2CD

Tints of Seagull #76B2CD

Color information

#76B2CD (or 0x76B2CD) is unknown color: approx Seagull. HEX triplet: 76, B2 and CD. RGB value is (118,178,205). Sum of RGB (Red+Green+Blue) = 118+178+205=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #76B2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B2CD is #894D32. Grayscale: #A2A2A2. Windows color (decimal): -8998195 or 13480566. OLE color: 13480566.

HSL color Cylindrical-coordinate representation of color #76B2CD: hue angle of 198.62º degrees, saturation: 0.47, 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 #76B2CD is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118178205-
CMYK0.420.1300.20
HSL198.62º46.52%63.33%-
HSV(B)198.62º42.44%80.39%-
XYZ34.4140.163.68-
YUV163.14151.6295.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.55%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=23.55%
G=35.53%
B=40.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181782050.420.1300.20198.6246.5263.33
Hex76B2CD2AD014c72f3f
Octal16626231552150243075777
Binary11101101011001011001101101010110101010011000111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,178,205); }

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

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

 a { background-color: rgb(118,178,205); }

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

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

 span { border-color: rgb(118,178,205); }

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