#80CCC9

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

Shades of Bermuda #80CCC9

Tints of Bermuda #80CCC9

Color information

#80CCC9 (or 0x80CCC9) is unknown color: approx Bermuda. HEX triplet: 80, CC and C9. RGB value is (128,204,201). Sum of RGB (Red+Green+Blue) = 128+204+201=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCC9 is #7F3336. Grayscale: #B4B4B4. Windows color (decimal): -8336183 or 13225088. OLE color: 13225088.

HSL color Cylindrical-coordinate representation of color #80CCC9: hue angle of 177.63º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCC9 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB128204201-
CMYK0.3700.010.2
HSL177.63º42.7%65.1%-
HSV(B)177.63º37.25%80%-
XYZ41.0451.9963.13-
YUV180.93139.3290.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.02%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 201 (78.91% from 255) = 37.71%
R=24.02%
G=38.27%
B=37.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1282042010.3700.010.2177.6342.765.1
Hex80CCC9250114b22b41
Octal20031431145012426253101
Binary1000000011001100110010011001010110100101100101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,204,201); }

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

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

 a { background-color: rgb(128,204,201); }

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

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

 span { border-color: rgb(128,204,201); }

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