Html Css Color HEX #188582 Elm

📋 copy color: '#188582'

red 24 ◦ green 133 ◦ blue 130

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

Shades of Elm #188582

Tints of Elm #188582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 8.36%
G = 46.34%
B = 45.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#188582 (or 0x188582) is known color: Elm. HEX triplet: 18, 85 and 82. RGB value is (24,133,130). Sum of RGB (Red+Green+Blue) = 24+133+130=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #188582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188582 is #E77A7D. Grayscale: #636363. Windows color (decimal): -15170174 or 8553752. OLE color: 8553752.

HSL color Cylindrical-coordinate representation of color #188582: hue angle of 178.35º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188582 is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 133 130 -
CMYK 0.82 0 0.02 0.48
HSL 178.35º 0.69% 0.31% -
HSV(B) 178.35º 0.82% 0.52% -
XYZ 12.79 18.58 24.03 -
YUV 100.07 144.89 73.74 -
System Red Green Blue C M Y K H S L
Decimal 24 133 130 0.82 0 0.02 0.48 178.35 0.69 0.31
Hex 18 85 82 52 0 2 30 B2 45 1F
Octal 30 205 202 122 0 2 60 262 105 37
Binary 11000 10000101 10000010 1010010 0 10 110000 10110010 1000101 11111

Color Harmonies of #188582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188582

Black with #188582

Text Example


Text Example

White with #188582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188582; }

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

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

background-color css

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

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

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

border-color css

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

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

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