#208185

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

Shades of Atoll #208185

Tints of Atoll #208185

Color information

#208185 (or 0x208185) is unknown color: approx Atoll. HEX triplet: 20, 81 and 85. RGB value is (32,129,133). Sum of RGB (Red+Green+Blue) = 32+129+133=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #208185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208185 is #DF7E7A. Grayscale: #646464. Windows color (decimal): -14646907 or 8749344. OLE color: 8749344.

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

Color convert

RGB32129133-
CMYK0.760.0300.48
HSL182.38º61.21%32.35%-
HSV(B)182.38º75.94%52.16%-
XYZ12.6817.724.94-
YUV100.45146.3679.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.88%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=10.88%
G=43.88%
B=45.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal321291330.760.0300.48182.3861.2132.35
Hex2081854C3030b63d20
Octal4020120511430602667540
Binary1000001000000110000101100110011011000010110110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208185; }

 p { color: rgb(32,129,133); }

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

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

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

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

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

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

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