#80CFCA

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

Shades of Bermuda #80CFCA

Tints of Bermuda #80CFCA

Color information

#80CFCA (or 0x80CFCA) is unknown color: approx Bermuda. HEX triplet: 80, CF and CA. RGB value is (128,207,202). Sum of RGB (Red+Green+Blue) = 128+207+202=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #80CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFCA is #7F3035. Grayscale: #B6B6B6. Windows color (decimal): -8335414 or 13291392. OLE color: 13291392.

HSL color Cylindrical-coordinate representation of color #80CFCA: hue angle of 176.2º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CFCA is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB128207202-
CMYK0.3800.020.19
HSL176.2º45.14%65.69%-
HSV(B)176.2º38.16%81.18%-
XYZ41.8853.4863.99-
YUV182.81138.8388.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.84%
GREEN value IS 207 (81.25% from 255) = 38.55%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=23.84%
G=38.55%
B=37.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1282072020.3800.020.19176.245.1465.69
Hex80CFCA260213b02d42
Octal20031731246022326055102
Binary10000000110011111100101010011001010011101100001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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