Html Css Color HEX #18827A Elm

📋 copy color: '#18827A'

red 24 ◦ green 130 ◦ blue 122

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

Shades of Elm #18827A

Tints of Elm #18827A

RGB

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

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

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

R = 8.7%
G = 47.1%
B = 44.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#18827A (or 0x18827A) is known color: Elm. HEX triplet: 18, 82 and 7A. RGB value is (24,130,122). Sum of RGB (Red+Green+Blue) = 24+130+122=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #18827A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18827A is #E77D85. Grayscale: #616161. Windows color (decimal): -15170950 or 8028696. OLE color: 8028696.

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

Color convert

RGB 24 130 122 -
CMYK 0.82 0 0.06 0.49
HSL 175.47º 0.69% 0.3% -
HSV(B) 175.47º 0.82% 0.51% -
XYZ 11.87 17.56 21.18 -
YUV 97.39 141.88 75.65 -
System Red Green Blue C M Y K H S L
Decimal 24 130 122 0.82 0 0.06 0.49 175.47 0.69 0.3
Hex 18 82 7A 52 0 6 31 AF 45 1E
Octal 30 202 172 122 0 6 61 257 105 36
Binary 11000 10000010 1111010 1010010 0 110 110001 10101111 1000101 11110

Color Harmonies of #18827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18827A

Black with #18827A

Text Example


Text Example

White with #18827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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