#1c8b81

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

Shades of Elm #1C8B81

Tints of Elm #1C8B81

Color information

#1C8B81 (or 0x1C8B81) is unknown color: approx Elm. HEX triplet: 1C, 8B and 81. RGB value is (28,139,129). Sum of RGB (Red+Green+Blue) = 28+139+129=296 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.46% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #1C8B81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8B81 is #E3747E. Grayscale: #686868. Windows color (decimal): -14906495 or 8489756. OLE color: 8489756.

HSL color Cylindrical-coordinate representation of color #1C8B81: hue angle of 174.59º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C8B81 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB28139129-
CMYK0.8000.070.45
HSL174.59º66.47%32.75%-
HSV(B)174.59º79.86%54.51%-
XYZ13.6720.323.97-
YUV104.67141.7373.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.46%
GREEN value IS 139 (54.69% from 255) = 46.96%
BLUE value IS 129 (50.78% from 255) = 43.58%
R=9.46%
G=46.96%
B=43.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal281391290.8000.070.45174.5966.4732.75
Hex1C8B8150072Daf4221
Octal34213201120075525710241
Binary11100100010111000000110100000111101101101011111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c8b81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1c8b81; }

 p { color: rgb(28,139,129); }

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

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

 a { background-color: rgb(28,139,129); }

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

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

 span { border-color: rgb(28,139,129); }

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