#80c2ce

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

Shades of Seagull #80C2CE

Tints of Seagull #80C2CE

Color information

#80C2CE (or 0x80C2CE) is unknown color: approx Seagull. HEX triplet: 80, C2 and CE. RGB value is (128,194,206). Sum of RGB (Red+Green+Blue) = 128+194+206=528 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.24% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #80C2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C2CE is #7F3D31. Grayscale: #AFAFAF. Windows color (decimal): -8338738 or 13550208. OLE color: 13550208.

HSL color Cylindrical-coordinate representation of color #80C2CE: hue angle of 189.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80C2CE is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128194206-
CMYK0.380.0600.19
HSL189.23º44.32%65.49%-
HSV(B)189.23º37.86%80.78%-
XYZ39.3347.6365.51-
YUV175.63145.1394.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.24%
GREEN value IS 194 (76.17% from 255) = 36.74%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=24.24%
G=36.74%
B=39.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281942060.380.0600.19189.2344.3265.49
Hex80C2CE266013bd2c41
Octal20030231646602327554101
Binary100000001100001011001110100110110010011101111011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80c2ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80c2ce; }

 p { color: rgb(128,194,206); }

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

<style>
 a { background-color: #80c2ce; }

 a { background-color: rgb(128,194,206); }

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

<style>
 span { border-color: #80c2ce; }

 span { border-color: rgb(128,194,206); }

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