Html Css Color HEX #18827E Elm

📋 copy color: '#18827E'

red 24 ◦ green 130 ◦ blue 126

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

Shades of Elm #18827E

Tints of Elm #18827E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45%

R = 8.57%
G = 46.43%
B = 45%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#18827E (or 0x18827E) is known color: Elm. HEX triplet: 18, 82 and 7E. RGB value is (24,130,126). Sum of RGB (Red+Green+Blue) = 24+130+126=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #18827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18827E is #E77D81. Grayscale: #616161. Windows color (decimal): -15170946 or 8290840. OLE color: 8290840.

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

Color convert

RGB 24 130 126 -
CMYK 0.82 0 0.03 0.49
HSL 177.74º 0.69% 0.3% -
HSV(B) 177.74º 0.82% 0.51% -
XYZ 12.13 17.67 22.51 -
YUV 97.85 143.88 75.33 -
System Red Green Blue C M Y K H S L
Decimal 24 130 126 0.82 0 0.03 0.49 177.74 0.69 0.3
Hex 18 82 7E 52 0 3 31 B2 45 1E
Octal 30 202 176 122 0 3 61 262 105 36
Binary 11000 10000010 1111110 1010010 0 11 110001 10110010 1000101 11110

Color Harmonies of #18827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18827E

Black with #18827E

Text Example


Text Example

White with #18827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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