#188A80

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

Shades of Elm #188A80

Tints of Elm #188A80

Color information

#188A80 (or 0x188A80) is unknown color: approx Elm. HEX triplet: 18, 8A and 80. RGB value is (24,138,128). Sum of RGB (Red+Green+Blue) = 24+138+128=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 138 - color contains mainly: green. Hex color #188A80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188A80 is #E7757F. Grayscale: #666666. Windows color (decimal): -15168896 or 8423960. OLE color: 8423960.

HSL color Cylindrical-coordinate representation of color #188A80: hue angle of 174.74º 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 #188A80 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB24138128-
CMYK0.8300.070.46
HSL174.74º70.37%31.76%-
HSV(B)174.74º82.61%54.12%-
XYZ13.3619.9323.56-
YUV102.77142.2371.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.28%
GREEN value IS 138 (54.30% from 255) = 47.59%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=8.28%
G=47.59%
B=44.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241381280.8300.070.46174.7470.3731.76
Hex188A8053072Eaf4620
Octal30212200123075625710640
Binary11000100010101000000010100110111101110101011111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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