Html Css Color HEX #08C186 Mountain Meadow

📋 copy color: '#08C186'

red 8 ◦ green 193 ◦ blue 134

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

Shades of Mountain Meadow #08C186

Tints of Mountain Meadow #08C186

RGB

 RED value IS 8 (3.52% from 255) = 2.39%

 GREEN value IS 193 (75.78% from 255) = 57.61%

 BLUE value IS 134 (52.73% from 255) = 40%

R = 2.39%
G = 57.61%
B = 40%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#08C186 (or 0x08C186) is known color: Mountain Meadow. HEX triplet: 08, C1 and 86. RGB value is (8,193,134). Sum of RGB (Red+Green+Blue) = 8+193+134=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #08C186 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C186 is #F73E79. Grayscale: #838383. Windows color (decimal): -16203386 or 8831240. OLE color: 8831240.

HSL color Cylindrical-coordinate representation of color #08C186: hue angle of 160.86º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C186 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 8 193 134 -
CMYK 0.96 0 0.31 0.24
HSL 160.86º 0.92% 0.39% -
HSV(B) 160.86º 0.96% 0.76% -
XYZ 23.47 39.91 29.02 -
YUV 130.96 129.71 40.3 -
System Red Green Blue C M Y K H S L
Decimal 8 193 134 0.96 0 0.31 0.24 160.86 0.92 0.39
Hex 8 C1 86 60 0 1F 18 A1 5C 27
Octal 10 301 206 140 0 37 30 241 134 47
Binary 1000 11000001 10000110 1100000 0 11111 11000 10100001 1011100 100111

Color Harmonies of #08C186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C186

Black with #08C186

Text Example


Text Example

White with #08C186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08C186; }

 p { color: rgb(8,193,134); }

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

background-color css

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

 a { background-color: rgb(8,193,134); }

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

border-color css

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

 span { border-color: rgb(8,193,134); }

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