#188A82

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

Shades of Elm #188A82

Tints of Elm #188A82

Color information

#188A82 (or 0x188A82) is unknown color: approx Elm. HEX triplet: 18, 8A and 82. RGB value is (24,138,130). Sum of RGB (Red+Green+Blue) = 24+138+130=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 138 - color contains mainly: green. Hex color #188A82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188A82 is #E7757D. Grayscale: #666666. Windows color (decimal): -15168894 or 8555032. OLE color: 8555032.

HSL color Cylindrical-coordinate representation of color #188A82: hue angle of 175.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A82 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB24138130-
CMYK0.8300.060.46
HSL175.79º70.37%31.76%-
HSV(B)175.79º82.61%54.12%-
XYZ13.4919.9824.26-
YUV103143.2371.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.22%
GREEN value IS 138 (54.30% from 255) = 47.26%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=8.22%
G=47.26%
B=44.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241381300.8300.060.46175.7970.3731.76
Hex188A8253062Eb04620
Octal30212202123065626010640
Binary11000100010101000001010100110110101110101100001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188A82; }

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

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

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

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

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

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

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

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