#188288

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

Shades of Atoll #188288

Tints of Atoll #188288

Color information

#188288 (or 0x188288) is unknown color: approx Atoll. HEX triplet: 18, 82 and 88. RGB value is (24,130,136). Sum of RGB (Red+Green+Blue) = 24+130+136=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #188288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188288 is #E77D77. Grayscale: #626262. Windows color (decimal): -15170936 or 8946200. OLE color: 8946200.

HSL color Cylindrical-coordinate representation of color #188288: hue angle of 183.21º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188288 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB24130136-
CMYK0.820.0400.47
HSL183.21º70%31.37%-
HSV(B)183.21º82.35%53.33%-
XYZ12.817.9426.08-
YUV98.99148.8874.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.28%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 136 (53.52% from 255) = 46.90%
R=8.28%
G=44.83%
B=46.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal241301360.820.0400.47183.217031.37
Hex18828852402Fb7461f
Octal30202210122405726710637
Binary1100010000010100010001010010100010111110110111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188288; }

 p { color: rgb(24,130,136); }

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

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

 a { background-color: rgb(24,130,136); }

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

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

 span { border-color: rgb(24,130,136); }

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