#80CEBB

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

Shades of Bermuda #80CEBB

Tints of Bermuda #80CEBB

Color information

#80CEBB (or 0x80CEBB) is unknown color: approx Bermuda. HEX triplet: 80, CE and BB. RGB value is (128,206,187). Sum of RGB (Red+Green+Blue) = 128+206+187=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEBB is #7F3144. Grayscale: #B4B4B4. Windows color (decimal): -8335685 or 12308096. OLE color: 12308096.

HSL color Cylindrical-coordinate representation of color #80CEBB: hue angle of 165.38º 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 #80CEBB is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB128206187-
CMYK0.3800.090.19
HSL165.38º44.32%65.49%-
HSV(B)165.38º37.86%80.78%-
XYZ39.9452.3255.01-
YUV180.51131.6690.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.57%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=24.57%
G=39.54%
B=35.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282061870.3800.090.19165.3844.3265.49
Hex80CEBB260913a52c41
Octal200316273460112324554101
Binary1000000011001110101110111001100100110011101001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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