#358180

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

Shades of Atoll #358180

Tints of Atoll #358180

Color information

#358180 (or 0x358180) is unknown color: approx Atoll. HEX triplet: 35, 81 and 80. RGB value is (53,129,128). Sum of RGB (Red+Green+Blue) = 53+129+128=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #358180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358180 is #CA7E7F. Grayscale: #6A6A6A. Windows color (decimal): -13270656 or 8421685. OLE color: 8421685.

HSL color Cylindrical-coordinate representation of color #358180: hue angle of 179.21º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358180 is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB53129128-
CMYK0.5900.010.49
HSL179.21º41.76%35.69%-
HSV(B)179.21º58.91%50.59%-
XYZ13.2118.0223.2-
YUV106.16140.3290.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=17.10%
G=41.61%
B=41.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531291280.5900.010.49179.2141.7635.69
Hex3581803B0131b32a24
Octal652012007301612635244
Binary11010110000001100000001110110111000110110011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358180; }

 p { color: rgb(53,129,128); }

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

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

 a { background-color: rgb(53,129,128); }

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

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

 span { border-color: rgb(53,129,128); }

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