Html Css Color HEX #186A50 Jewel

📋 copy color: '#186A50'

red 24 ◦ green 106 ◦ blue 80

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

Shades of Jewel #186A50

Tints of Jewel #186A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 50.48%

 BLUE value IS 80 (31.64% from 255) = 38.1%

R = 11.43%
G = 50.48%
B = 38.1%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#186A50 (or 0x186A50) is known color: Jewel. HEX triplet: 18, 6A and 50. RGB value is (24,106,80). Sum of RGB (Red+Green+Blue) = 24+106+80=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 106 (41.80% from 255 or 50.48% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 106 - color contains mainly: green. Hex color #186A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186A50 is #E795AF. Grayscale: #4E4E4E. Windows color (decimal): -15177136 or 5270040. OLE color: 5270040.

HSL color Cylindrical-coordinate representation of color #186A50: hue angle of 160.98º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186A50 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 106 80 -
CMYK 0.77 0 0.25 0.58
HSL 160.98º 0.63% 0.25% -
HSV(B) 160.98º 0.77% 0.42% -
XYZ 6.98 11.08 9.36 -
YUV 78.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 24 106 80 0.77 0 0.25 0.58 160.98 0.63 0.25
Hex 18 6A 50 4D 0 19 3A A1 3F 19
Octal 30 152 120 115 0 31 72 241 77 31
Binary 11000 1101010 1010000 1001101 0 11001 111010 10100001 111111 11001

Color Harmonies of #186A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186A50

Black with #186A50

Text Example


Text Example

White with #186A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186A50; }

 p { color: rgb(24,106,80); }

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

background-color css

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

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

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

border-color css

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

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

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