#80C7CD

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

Shades of Spray #80C7CD

Tints of Spray #80C7CD

Color information

#80C7CD (or 0x80C7CD) is unknown color: approx Spray. HEX triplet: 80, C7 and CD. RGB value is (128,199,205). Sum of RGB (Red+Green+Blue) = 128+199+205=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #80C7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C7CD is #7F3832. Grayscale: #B2B2B2. Windows color (decimal): -8337459 or 13485952. OLE color: 13485952.

HSL color Cylindrical-coordinate representation of color #80C7CD: hue angle of 184.68º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80C7CD is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128199205-
CMYK0.380.0300.20
HSL184.68º43.5%65.29%-
HSV(B)184.68º37.56%80.39%-
XYZ40.3449.8465.25-
YUV178.46142.9892.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.06%
GREEN value IS 199 (78.12% from 255) = 37.41%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=24.06%
G=37.41%
B=38.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281992050.380.0300.20184.6843.565.29
Hex80C7CD263014b92c41
Octal20030731546302427154101
Binary10000000110001111100110110011011010100101110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,199,205); }

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

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

 a { background-color: rgb(128,199,205); }

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

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

 span { border-color: rgb(128,199,205); }

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