Html Css Color HEX #188880 Elm

📋 copy color: '#188880'

red 24 ◦ green 136 ◦ blue 128

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

Shades of Elm #188880

Tints of Elm #188880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.22%

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

R = 8.33%
G = 47.22%
B = 44.44%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#188880 (or 0x188880) is known color: Elm. HEX triplet: 18, 88 and 80. RGB value is (24,136,128). Sum of RGB (Red+Green+Blue) = 24+136+128=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #188880 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188880 is #E7777F. Grayscale: #656565. Windows color (decimal): -15169408 or 8423448. OLE color: 8423448.

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

Color convert

RGB 24 136 128 -
CMYK 0.82 0 0.06 0.47
HSL 175.71º 0.7% 0.31% -
HSV(B) 175.71º 0.82% 0.53% -
XYZ 13.08 19.36 23.47 -
YUV 101.6 142.89 72.65 -
System Red Green Blue C M Y K H S L
Decimal 24 136 128 0.82 0 0.06 0.47 175.71 0.7 0.31
Hex 18 88 80 52 0 6 2F B0 46 1F
Octal 30 210 200 122 0 6 57 260 106 37
Binary 11000 10001000 10000000 1010010 0 110 101111 10110000 1000110 11111

Color Harmonies of #188880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188880

Black with #188880

Text Example


Text Example

White with #188880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188880; }

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

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

background-color css

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

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

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

border-color css

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

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

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