Html Css Color HEX #188380 Elm

📋 copy color: '#188380'

red 24 ◦ green 131 ◦ blue 128

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

Shades of Elm #188380

Tints of Elm #188380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.29%

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

R = 8.48%
G = 46.29%
B = 45.23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#188380 (or 0x188380) is known color: Elm. HEX triplet: 18, 83 and 80. RGB value is (24,131,128). Sum of RGB (Red+Green+Blue) = 24+131+128=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #188380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188380 is #E77C7F. Grayscale: #626262. Windows color (decimal): -15170688 or 8422168. OLE color: 8422168.

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

Color convert

RGB 24 131 128 -
CMYK 0.82 0 0.02 0.49
HSL 178.32º 0.69% 0.3% -
HSV(B) 178.32º 0.82% 0.51% -
XYZ 12.39 17.99 23.24 -
YUV 98.67 144.55 74.74 -
System Red Green Blue C M Y K H S L
Decimal 24 131 128 0.82 0 0.02 0.49 178.32 0.69 0.3
Hex 18 83 80 52 0 2 31 B2 45 1E
Octal 30 203 200 122 0 2 61 262 105 36
Binary 11000 10000011 10000000 1010010 0 10 110001 10110010 1000101 11110

Color Harmonies of #188380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188380

Black with #188380

Text Example


Text Example

White with #188380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188380; }

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

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

background-color css

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

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

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

border-color css

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

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

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