#178081

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

Shades of Atoll #178081

Tints of Atoll #178081

Color information

#178081 (or 0x178081) is unknown color: approx Atoll. HEX triplet: 17, 80 and 81. RGB value is (23,128,129). Sum of RGB (Red+Green+Blue) = 23+128+129=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 129 - color contains mainly: blue. Hex color #178081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178081 is #E87F7E. Grayscale: #606060. Windows color (decimal): -15236991 or 8486935. OLE color: 8486935.

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

Color convert

RGB23128129-
CMYK0.820.0100.49
HSL180.57º69.74%29.8%-
HSV(B)180.57º82.17%50.59%-
XYZ12.0317.2123.46-
YUV96.72146.2175.42-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.21%
GREEN value IS 128 (50.39% from 255) = 45.71%
BLUE value IS 129 (50.78% from 255) = 46.07%
R=8.21%
G=45.71%
B=46.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal231281290.820.0100.49180.5769.7429.8
Hex178081521031b5461e
Octal27200201122106126510636
Binary10111100000001000000110100101011000110110101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #178081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #178081; }

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

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

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

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

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

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

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

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