Html Css Color HEX #188281 Elm

📋 copy color: '#188281'

red 24 ◦ green 130 ◦ blue 129

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

Shades of Elm #188281

Tints of Elm #188281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 45.58%

R = 8.48%
G = 45.94%
B = 45.58%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#188281 (or 0x188281) is known color: Elm. HEX triplet: 18, 82 and 81. RGB value is (24,130,129). Sum of RGB (Red+Green+Blue) = 24+130+129=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #188281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188281 is #E77D7E. Grayscale: #626262. Windows color (decimal): -15170943 or 8487448. OLE color: 8487448.

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

Color convert

RGB 24 130 129 -
CMYK 0.82 0 0.01 0.49
HSL 179.43º 0.69% 0.3% -
HSV(B) 179.43º 0.82% 0.51% -
XYZ 12.32 17.74 23.54 -
YUV 98.19 145.38 75.08 -
System Red Green Blue C M Y K H S L
Decimal 24 130 129 0.82 0 0.01 0.49 179.43 0.69 0.3
Hex 18 82 81 52 0 1 31 B3 45 1E
Octal 30 202 201 122 0 1 61 263 105 36
Binary 11000 10000010 10000001 1010010 0 1 110001 10110011 1000101 11110

Color Harmonies of #188281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188281

Black with #188281

Text Example


Text Example

White with #188281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188281; }

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

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

background-color css

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

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

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

border-color css

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

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

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