#188281

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

Shades of Elm #188281

Tints of Elm #188281

Color information

#188281 (or 0x188281) is unknown color: approx Elm. HEX triplet: 18, 82 and 81. RGB value is (24,130,129). Sum of RGB (Red+Green+Blue) = 24+130+129=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #188281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188281 is #E77D7E. Grayscale: #626262. Windows color (decimal): -15170943 or 8487448. OLE color: 8487448.

HSL color Cylindrical-coordinate representation of color #188281: hue angle of 179.43º degrees, saturation: 0.69, 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 #188281 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB24130129-
CMYK0.8200.010.49
HSL179.43º68.83%30.2%-
HSV(B)179.43º81.54%50.98%-
XYZ12.3217.7423.54-
YUV98.19145.3875.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.48%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 129 (50.78% from 255) = 45.58%
R=8.48%
G=45.94%
B=45.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal241301290.8200.010.49179.4368.8330.2
Hex188281520131b3451e
Octal30202201122016126310536
Binary11000100000101000000110100100111000110110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188281; }

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

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

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

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

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

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

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

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