#80C2CD

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

Shades of Seagull #80C2CD

Tints of Seagull #80C2CD

Color information

#80C2CD (or 0x80C2CD) is unknown color: approx Seagull. HEX triplet: 80, C2 and CD. RGB value is (128,194,205). Sum of RGB (Red+Green+Blue) = 128+194+205=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #80C2CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C2CD is #7F3D32. Grayscale: #AFAFAF. Windows color (decimal): -8338739 or 13484672. OLE color: 13484672.

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

Color convert

RGB128194205-
CMYK0.380.0500.20
HSL188.57º43.5%65.29%-
HSV(B)188.57º37.56%80.39%-
XYZ39.2147.5864.87-
YUV175.52144.6394.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.29%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=24.29%
G=36.81%
B=38.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281942050.380.0500.20188.5743.565.29
Hex80C2CD265014bd2c41
Octal20030231546502427554101
Binary100000001100001011001101100110101010100101111011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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