#76C2D8

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

Shades of Seagull #76C2D8

Tints of Seagull #76C2D8

Color information

#76C2D8 (or 0x76C2D8) is unknown color: approx Seagull. HEX triplet: 76, C2 and D8. RGB value is (118,194,216). Sum of RGB (Red+Green+Blue) = 118+194+216=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #76C2D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C2D8 is #893D27. Grayscale: #ADADAD. Windows color (decimal): -8994088 or 14205558. OLE color: 14205558.

HSL color Cylindrical-coordinate representation of color #76C2D8: hue angle of 193.47º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76C2D8 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118194216-
CMYK0.450.1000.15
HSL193.47º55.68%65.49%-
HSV(B)193.47º45.37%84.71%-
XYZ39.1647.3972.05-
YUV173.78151.8288.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.35%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 216 (84.77% from 255) = 40.91%
R=22.35%
G=36.74%
B=40.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181942160.450.1000.15193.4755.6865.49
Hex76C2D82DA0Fc13841
Octal166302330551201730170101
Binary11101101100001011011000101101101001111110000011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,194,216); }

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

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

 a { background-color: rgb(118,194,216); }

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

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

 span { border-color: rgb(118,194,216); }

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