Html Css Color HEX #18827D Elm

📋 copy color: '#18827D'

red 24 ◦ green 130 ◦ blue 125

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

Shades of Elm #18827D

Tints of Elm #18827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.59%

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

R = 8.6%
G = 46.59%
B = 44.8%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#18827D (or 0x18827D) is known color: Elm. HEX triplet: 18, 82 and 7D. RGB value is (24,130,125). Sum of RGB (Red+Green+Blue) = 24+130+125=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #18827D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18827D is #E77D82. Grayscale: #616161. Windows color (decimal): -15170947 or 8225304. OLE color: 8225304.

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

Color convert

RGB 24 130 125 -
CMYK 0.82 0 0.04 0.49
HSL 177.17º 0.69% 0.3% -
HSV(B) 177.17º 0.82% 0.51% -
XYZ 12.06 17.64 22.17 -
YUV 97.74 143.38 75.41 -
System Red Green Blue C M Y K H S L
Decimal 24 130 125 0.82 0 0.04 0.49 177.17 0.69 0.3
Hex 18 82 7D 52 0 4 31 B1 45 1E
Octal 30 202 175 122 0 4 61 261 105 36
Binary 11000 10000010 1111101 1010010 0 100 110001 10110001 1000101 11110

Color Harmonies of #18827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18827D

Black with #18827D

Text Example


Text Example

White with #18827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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