Html Css Color HEX #18807D Elm

📋 copy color: '#18807D'

red 24 ◦ green 128 ◦ blue 125

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

Shades of Elm #18807D

Tints of Elm #18807D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.13%

R = 8.66%
G = 46.21%
B = 45.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#18807D (or 0x18807D) is known color: Elm. HEX triplet: 18, 80 and 7D. RGB value is (24,128,125). Sum of RGB (Red+Green+Blue) = 24+128+125=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #18807D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18807D is #E77F82. Grayscale: #606060. Windows color (decimal): -15171459 or 8224792. OLE color: 8224792.

HSL color Cylindrical-coordinate representation of color #18807D: hue angle of 178.27º 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 #18807D is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 128 125 -
CMYK 0.81 0 0.02 0.50
HSL 178.27º 0.68% 0.3% -
HSV(B) 178.27º 0.81% 0.5% -
XYZ 11.8 17.11 22.08 -
YUV 96.56 144.04 76.24 -
System Red Green Blue C M Y K H S L
Decimal 24 128 125 0.81 0 0.02 0.50 178.27 0.68 0.3
Hex 18 80 7D 51 0 2 32 B2 44 1E
Octal 30 200 175 121 0 2 62 262 104 36
Binary 11000 10000000 1111101 1010001 0 10 110010 10110010 1000100 11110

Color Harmonies of #18807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18807D

Black with #18807D

Text Example


Text Example

White with #18807D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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