#80CEBA

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

Shades of Bermuda #80CEBA

Tints of Bermuda #80CEBA

Color information

#80CEBA (or 0x80CEBA) is unknown color: approx Bermuda. HEX triplet: 80, CE and BA. RGB value is (128,206,186). Sum of RGB (Red+Green+Blue) = 128+206+186=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEBA is #7F3145. Grayscale: #B4B4B4. Windows color (decimal): -8335686 or 12242560. OLE color: 12242560.

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

Color convert

RGB128206186-
CMYK0.3800.100.19
HSL164.62º44.32%65.49%-
HSV(B)164.62º37.86%80.78%-
XYZ39.8452.2854.45-
YUV180.4131.1690.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.62%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=24.62%
G=39.62%
B=35.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282061860.3800.100.19164.6244.3265.49
Hex80CEBA260A13a52c41
Octal200316272460122324554101
Binary1000000011001110101110101001100101010011101001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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