#80CEC8

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

Shades of Bermuda #80CEC8

Tints of Bermuda #80CEC8

Color information

#80CEC8 (or 0x80CEC8) is unknown color: approx Bermuda. HEX triplet: 80, CE and C8. RGB value is (128,206,200). Sum of RGB (Red+Green+Blue) = 128+206+200=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEC8 is #7F3137. Grayscale: #B5B5B5. Windows color (decimal): -8335672 or 13160064. OLE color: 13160064.

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

Color convert

RGB128206200-
CMYK0.3800.030.19
HSL175.38º44.32%65.49%-
HSV(B)175.38º37.86%80.78%-
XYZ41.452.962.67-
YUV181.99138.1689.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.97%
GREEN value IS 206 (80.86% from 255) = 38.58%
BLUE value IS 200 (78.52% from 255) = 37.45%
R=23.97%
G=38.58%
B=37.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282062000.3800.030.19175.3844.3265.49
Hex80CEC8260313af2c41
Octal20031631046032325754101
Binary10000000110011101100100010011001110011101011111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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