#80CEBF

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

Shades of Bermuda #80CEBF

Tints of Bermuda #80CEBF

Color information

#80CEBF (or 0x80CEBF) is unknown color: approx Bermuda. HEX triplet: 80, CE and BF. RGB value is (128,206,191). Sum of RGB (Red+Green+Blue) = 128+206+191=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEBF is #7F3140. Grayscale: #B4B4B4. Windows color (decimal): -8335681 or 12570240. OLE color: 12570240.

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

Color convert

RGB128206191-
CMYK0.3800.070.19
HSL168.46º44.32%65.49%-
HSV(B)168.46º37.86%80.78%-
XYZ40.3852.4957.29-
YUV180.97133.6690.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.38%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 191 (75% from 255) = 36.38%
R=24.38%
G=39.24%
B=36.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282061910.3800.070.19168.4644.3265.49
Hex80CEBF260713a82c41
Octal20031627746072325054101
Binary100000001100111010111111100110011110011101010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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