Html Css Color HEX #178380 Elm

📋 copy color: '#178380'

red 23 ◦ green 131 ◦ blue 128

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

Shades of Elm #178380

Tints of Elm #178380

RGB

 RED value IS 23 (9.38% from 255) = 8.16%

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

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

R = 8.16%
G = 46.45%
B = 45.39%

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

#178380 (or 0x178380) is known color: Elm. HEX triplet: 17, 83 and 80. RGB value is (23,131,128). Sum of RGB (Red+Green+Blue) = 23+131+128=282 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.16% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #178380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #178380 is #E87C7F. Grayscale: #626262. Windows color (decimal): -15236224 or 8422167. OLE color: 8422167.

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

Color convert

RGB 23 131 128 -
CMYK 0.82 0 0.02 0.49
HSL 178.33º 0.7% 0.3% -
HSV(B) 178.33º 0.82% 0.51% -
XYZ 12.37 17.97 23.24 -
YUV 98.37 144.72 74.24 -
System Red Green Blue C M Y K H S L
Decimal 23 131 128 0.82 0 0.02 0.49 178.33 0.7 0.3
Hex 17 83 80 52 0 2 31 B2 46 1E
Octal 27 203 200 122 0 2 61 262 106 36
Binary 10111 10000011 10000000 1010010 0 10 110001 10110010 1000110 11110

Color Harmonies of #178380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #178380

Black with #178380

Text Example


Text Example

White with #178380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #178380; }

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

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

background-color css

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

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

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

border-color css

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

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

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