#80CEC4

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

Shades of Bermuda #80CEC4

Tints of Bermuda #80CEC4

Color information

#80CEC4 (or 0x80CEC4) is unknown color: approx Bermuda. HEX triplet: 80, CE and C4. RGB value is (128,206,196). Sum of RGB (Red+Green+Blue) = 128+206+196=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #80CEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CEC4 is #7F313B. Grayscale: #B5B5B5. Windows color (decimal): -8335676 or 12897920. OLE color: 12897920.

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

Color convert

RGB128206196-
CMYK0.3800.050.19
HSL172.31º44.32%65.49%-
HSV(B)172.31º37.86%80.78%-
XYZ40.9452.7260.24-
YUV181.54136.1689.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.15%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 196 (76.95% from 255) = 36.98%
R=24.15%
G=38.87%
B=36.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282061960.3800.050.19172.3144.3265.49
Hex80CEC4260513ac2c41
Octal20031630446052325454101
Binary100000001100111011000100100110010110011101011001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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