Html Css Color HEX #18807A Elm

📋 copy color: '#18807A'

red 24 ◦ green 128 ◦ blue 122

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

Shades of Elm #18807A

Tints of Elm #18807A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.72%

 BLUE value IS 122 (48.05% from 255) = 44.53%

R = 8.76%
G = 46.72%
B = 44.53%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#18807A (or 0x18807A) is known color: Elm. HEX triplet: 18, 80 and 7A. RGB value is (24,128,122). Sum of RGB (Red+Green+Blue) = 24+128+122=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #18807A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18807A is #E77F85. Grayscale: #606060. Windows color (decimal): -15171462 or 8028184. OLE color: 8028184.

HSL color Cylindrical-coordinate representation of color #18807A: hue angle of 176.54º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18807A is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 128 122 -
CMYK 0.81 0 0.05 0.50
HSL 176.54º 0.68% 0.3% -
HSV(B) 176.54º 0.81% 0.5% -
XYZ 11.61 17.04 21.09 -
YUV 96.22 142.54 76.49 -
System Red Green Blue C M Y K H S L
Decimal 24 128 122 0.81 0 0.05 0.50 176.54 0.68 0.3
Hex 18 80 7A 51 0 5 32 B1 44 1E
Octal 30 200 172 121 0 5 62 261 104 36
Binary 11000 10000000 1111010 1010001 0 101 110010 10110001 1000100 11110

Color Harmonies of #18807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18807A

Black with #18807A

Text Example


Text Example

White with #18807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18807A; }

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

 H1.HeaderClassName
 {
   color: #18807A;
 }
 .AnyTagClassName
 {
   color: #18807A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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