Html Css Color HEX #187575 Elm

📋 copy color: '#187575'

red 24 ◦ green 117 ◦ blue 117

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

Shades of Elm #187575

Tints of Elm #187575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.35%

 BLUE value IS 117 (46.09% from 255) = 45.35%

R = 9.3%
G = 45.35%
B = 45.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#187575 (or 0x187575) is known color: Elm. HEX triplet: 18, 75 and 75. RGB value is (24,117,117). Sum of RGB (Red+Green+Blue) = 24+117+117=258 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.30% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #187575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187575 is #E78A8A. Grayscale: #595959. Windows color (decimal): -15174283 or 7697688. OLE color: 7697688.

HSL color Cylindrical-coordinate representation of color #187575: hue angle of 180º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187575 is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 117 117 -
CMYK 0.79 0 0 0.54
HSL 180º 0.66% 0.28% -
HSV(B) 180º 0.79% 0.46% -
XYZ 9.95 14.2 19.05 -
YUV 89.19 143.69 81.5 -
System Red Green Blue C M Y K H S L
Decimal 24 117 117 0.79 0 0 0.54 180 0.66 0.28
Hex 18 75 75 4F 0 0 36 B4 42 1C
Octal 30 165 165 117 0 0 66 264 102 34
Binary 11000 1110101 1110101 1001111 0 0 110110 10110100 1000010 11100

Color Harmonies of #187575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187575

Black with #187575

Text Example


Text Example

White with #187575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187575; }

 p { color: rgb(24,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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