#80CCCA

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

Shades of Bermuda #80CCCA

Tints of Bermuda #80CCCA

Color information

#80CCCA (or 0x80CCCA) is unknown color: approx Bermuda. HEX triplet: 80, CC and CA. RGB value is (128,204,202). Sum of RGB (Red+Green+Blue) = 128+204+202=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 204 - color contains mainly: green. Hex color #80CCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCCA is #7F3335. Grayscale: #B4B4B4. Windows color (decimal): -8336182 or 13290624. OLE color: 13290624.

HSL color Cylindrical-coordinate representation of color #80CCCA: hue angle of 178.42º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CCCA is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB128204202-
CMYK0.3700.010.2
HSL178.42º42.7%65.1%-
HSV(B)178.42º37.25%80%-
XYZ41.1652.0463.75-
YUV181.05139.8290.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.97%
GREEN value IS 204 (80.08% from 255) = 38.20%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=23.97%
G=38.20%
B=37.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1282042020.3700.010.2178.4242.765.1
Hex80CCCA250114b22b41
Octal20031431245012426253101
Binary1000000011001100110010101001010110100101100101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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