#188580

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

Shades of Elm #188580

Tints of Elm #188580

Color information

#188580 (or 0x188580) is unknown color: approx Elm. HEX triplet: 18, 85 and 80. RGB value is (24,133,128). Sum of RGB (Red+Green+Blue) = 24+133+128=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #188580 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188580 is #E77A7F. Grayscale: #636363. Windows color (decimal): -15170176 or 8422680. OLE color: 8422680.

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

Color convert

RGB24133128-
CMYK0.8200.040.48
HSL177.25º69.43%30.78%-
HSV(B)177.25º81.95%52.16%-
XYZ12.6618.5323.33-
YUV99.84143.8973.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.42%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=8.42%
G=46.67%
B=44.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal241331280.8200.040.48177.2569.4330.78
Hex188580520430b1451f
Octal30205200122046026110537
Binary1100010000101100000001010010010011000010110001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188580; }

 p { color: rgb(24,133,128); }

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

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

 a { background-color: rgb(24,133,128); }

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

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

 span { border-color: rgb(24,133,128); }

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