#80CBC9

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

Shades of Bermuda #80CBC9

Tints of Bermuda #80CBC9

Color information

#80CBC9 (or 0x80CBC9) is unknown color: approx Bermuda. HEX triplet: 80, CB and C9. RGB value is (128,203,201). Sum of RGB (Red+Green+Blue) = 128+203+201=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 203 - color contains mainly: green. Hex color #80CBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBC9 is #7F3436. Grayscale: #B4B4B4. Windows color (decimal): -8336439 or 13224832. OLE color: 13224832.

HSL color Cylindrical-coordinate representation of color #80CBC9: hue angle of 178.4º degrees, saturation: 0.42, 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 #80CBC9 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB128203201-
CMYK0.3700.010.20
HSL178.4º41.9%64.9%-
HSV(B)178.4º36.95%79.61%-
XYZ40.851.5263.05-
YUV180.35139.6590.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.06%
GREEN value IS 203 (79.69% from 255) = 38.16%
BLUE value IS 201 (78.91% from 255) = 37.78%
R=24.06%
G=38.16%
B=37.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282032010.3700.010.20178.441.964.9
Hex80CBC9250114b22a41
Octal20031331145012426252101
Binary1000000011001011110010011001010110100101100101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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