#208383

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

Shades of Atoll #208383

Tints of Atoll #208383

Color information

#208383 (or 0x208383) is unknown color: approx Atoll. HEX triplet: 20, 83 and 83. RGB value is (32,131,131). Sum of RGB (Red+Green+Blue) = 32+131+131=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #208383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208383 is #DF7C7C. Grayscale: #656565. Windows color (decimal): -14646397 or 8618784. OLE color: 8618784.

HSL color Cylindrical-coordinate representation of color #208383: hue angle of 180º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208383 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB32131131-
CMYK0.76000.49
HSL180º60.74%31.96%-
HSV(B)180º75.57%51.37%-
XYZ12.8118.1824.31-
YUV101.4144.778.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.88%
GREEN value IS 131 (51.56% from 255) = 44.56%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=10.88%
G=44.56%
B=44.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321311310.76000.4918060.7431.96
Hex2083834C0031b43d20
Octal4020320311400612647540
Binary100000100000111000001110011000011000110110100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208383; }

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

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

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

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

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

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

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

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