Html Css Color HEX #18877C Elm

📋 copy color: '#18877C'

red 24 ◦ green 135 ◦ blue 124

#18877C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #18877C

Tints of Elm #18877C

RGB

 RED value IS 24 (9.77% from 255) = 8.48%

 GREEN value IS 135 (53.13% from 255) = 47.7%

 BLUE value IS 124 (48.83% from 255) = 43.82%

R = 8.48%
G = 47.7%
B = 43.82%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#18877C (or 0x18877C) is known color: Elm. HEX triplet: 18, 87 and 7C. RGB value is (24,135,124). Sum of RGB (Red+Green+Blue) = 24+135+124=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #18877C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18877C is #E77883. Grayscale: #646464. Windows color (decimal): -15169668 or 8161048. OLE color: 8161048.

HSL color Cylindrical-coordinate representation of color #18877C: hue angle of 174.05º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18877C is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 135 124 -
CMYK 0.82 0 0.08 0.47
HSL 174.05º 0.7% 0.31% -
HSV(B) 174.05º 0.82% 0.53% -
XYZ 12.68 18.98 22.06 -
YUV 100.56 141.23 73.39 -
System Red Green Blue C M Y K H S L
Decimal 24 135 124 0.82 0 0.08 0.47 174.05 0.7 0.31
Hex 18 87 7C 52 0 8 2F AE 46 1F
Octal 30 207 174 122 0 10 57 256 106 37
Binary 11000 10000111 1111100 1010010 0 1000 101111 10101110 1000110 11111

Color Harmonies of #18877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18877C

Black with #18877C

Text Example


Text Example

White with #18877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18877C; }

 p { color: rgb(24,135,124); }

 H1.HeaderClassName
 {
   color: #18877C;
 }
 .AnyTagClassName
 {
   color: #18877C;
 }
</style>

background-color css

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

 a { background-color: rgb(24,135,124); }

 div.DivClassName
 {
   background-color: #18877C;
 }
 .BgClassName
 {
   background-color: #18877C;
 }
</style>

border-color css

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

 span { border-color: rgb(24,135,124); }

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