#80CABF

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

Shades of Bermuda #80CABF

Tints of Bermuda #80CABF

Color information

#80CABF (or 0x80CABF) is unknown color: approx Bermuda. HEX triplet: 80, CA and BF. RGB value is (128,202,191). Sum of RGB (Red+Green+Blue) = 128+202+191=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #80CABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CABF is #7F3540. Grayscale: #B2B2B2. Windows color (decimal): -8336705 or 12569216. OLE color: 12569216.

HSL color Cylindrical-coordinate representation of color #80CABF: hue angle of 171.08º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CABF is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB128202191-
CMYK0.3700.050.21
HSL171.08º41.11%64.71%-
HSV(B)171.08º36.63%79.22%-
XYZ39.4350.5956.98-
YUV178.62134.9891.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.57%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 191 (75% from 255) = 36.66%
R=24.57%
G=38.77%
B=36.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1282021910.3700.050.21171.0841.1164.71
Hex80CABF250515ab2941
Octal20031227745052525351101
Binary100000001100101010111111100101010110101101010111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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