#80CEBE

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

Shades of Bermuda #80CEBE

Tints of Bermuda #80CEBE

Color information

#80CEBE (or 0x80CEBE) is unknown color: approx Bermuda. HEX triplet: 80, CE and BE. RGB value is (128,206,190). Sum of RGB (Red+Green+Blue) = 128+206+190=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEBE is #7F3141. Grayscale: #B4B4B4. Windows color (decimal): -8335682 or 12504704. OLE color: 12504704.

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

Color convert

RGB128206190-
CMYK0.3800.080.19
HSL167.69º44.32%65.49%-
HSV(B)167.69º37.86%80.78%-
XYZ40.2752.4556.72-
YUV180.85133.1690.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.43%
GREEN value IS 206 (80.86% from 255) = 39.31%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=24.43%
G=39.31%
B=36.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282061900.3800.080.19167.6944.3265.49
Hex80CEBE260813a82c41
Octal200316276460102325054101
Binary1000000011001110101111101001100100010011101010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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