Html Css Color HEX #188780 Elm

📋 copy color: '#188780'

red 24 ◦ green 135 ◦ blue 128

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

Shades of Elm #188780

Tints of Elm #188780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.04%

 BLUE value IS 128 (50.39% from 255) = 44.6%

R = 8.36%
G = 47.04%
B = 44.6%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#188780 (or 0x188780) is known color: Elm. HEX triplet: 18, 87 and 80. RGB value is (24,135,128). Sum of RGB (Red+Green+Blue) = 24+135+128=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #188780 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188780 is #E7787F. Grayscale: #646464. Windows color (decimal): -15169664 or 8423192. OLE color: 8423192.

HSL color Cylindrical-coordinate representation of color #188780: hue angle of 176.22º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188780 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 135 128 -
CMYK 0.82 0 0.05 0.47
HSL 176.22º 0.7% 0.31% -
HSV(B) 176.22º 0.82% 0.53% -
XYZ 12.94 19.08 23.42 -
YUV 101.01 143.23 73.07 -
System Red Green Blue C M Y K H S L
Decimal 24 135 128 0.82 0 0.05 0.47 176.22 0.7 0.31
Hex 18 87 80 52 0 5 2F B0 46 1F
Octal 30 207 200 122 0 5 57 260 106 37
Binary 11000 10000111 10000000 1010010 0 101 101111 10110000 1000110 11111

Color Harmonies of #188780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188780

Black with #188780

Text Example


Text Example

White with #188780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188780; }

 p { color: rgb(24,135,128); }

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

background-color css

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

 a { background-color: rgb(24,135,128); }

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

border-color css

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

 span { border-color: rgb(24,135,128); }

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