#76BFCD

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

Shades of Seagull #76BFCD

Tints of Seagull #76BFCD

Color information

#76BFCD (or 0x76BFCD) is unknown color: approx Seagull. HEX triplet: 76, BF and CD. RGB value is (118,191,205). Sum of RGB (Red+Green+Blue) = 118+191+205=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #76BFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFCD is #894032. Grayscale: #AAAAAA. Windows color (decimal): -8994867 or 13483894. OLE color: 13483894.

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

Color convert

RGB118191205-
CMYK0.420.0700.20
HSL189.66º46.52%63.33%-
HSV(B)189.66º42.44%80.39%-
XYZ37.1245.5264.59-
YUV170.77147.3290.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.96%
GREEN value IS 191 (75% from 255) = 37.16%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=22.96%
G=37.16%
B=39.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181912050.420.0700.20189.6646.5263.33
Hex76BFCD2A7014be2f3f
Octal1662773155270242765777
Binary1110110101111111100110110101011101010010111110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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