#83CCCC

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

Shades of Spray #83CCCC

Tints of Spray #83CCCC

Color information

#83CCCC (or 0x83CCCC) is unknown color: approx Spray. HEX triplet: 83, CC and CC. RGB value is (131,204,204). Sum of RGB (Red+Green+Blue) = 131+204+204=539 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.30% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #83CCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCCC is #7C3333. Grayscale: #B6B6B6. Windows color (decimal): -8139572 or 13421699. OLE color: 13421699.

HSL color Cylindrical-coordinate representation of color #83CCCC: hue angle of 180º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CCCC is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB131204204-
CMYK0.36000.2
HSL180º41.71%65.69%-
HSV(B)180º35.78%80%-
XYZ41.8552.3765.03-
YUV182.17140.3291.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.30%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=24.30%
G=37.85%
B=37.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1312042040.36000.218041.7165.69
Hex83CCCC240014b42a42
Octal20331431444002426452102
Binary1000001111001100110011001001000010100101101001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83CCCC; }

 p { color: rgb(131,204,204); }

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

<style>
 a { background-color: #83CCCC; }

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

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

<style>
 span { border-color: #83CCCC; }

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

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