#188277

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

Shades of Elm #188277

Tints of Elm #188277

Color information

#188277 (or 0x188277) is unknown color: approx Elm. HEX triplet: 18, 82 and 77. RGB value is (24,130,119). Sum of RGB (Red+Green+Blue) = 24+130+119=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #188277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188277 is #E77D88. Grayscale: #606060. Windows color (decimal): -15170953 or 7832088. OLE color: 7832088.

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

Color convert

RGB24130119-
CMYK0.8200.080.49
HSL173.77º68.83%30.2%-
HSV(B)173.77º81.54%50.98%-
XYZ11.6917.4920.21-
YUV97.05140.3875.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.79%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 119 (46.88% from 255) = 43.59%
R=8.79%
G=47.62%
B=43.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal241301190.8200.080.49173.7768.8330.2
Hex188277520831ae451e
Octal302021671220106125610536
Binary1100010000010111011110100100100011000110101110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188277; }

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

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

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

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

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

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

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

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