Html Css Color HEX #08BA7B Mountain Meadow

📋 copy color: '#08BA7B'

red 8 ◦ green 186 ◦ blue 123

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

Shades of Mountain Meadow #08BA7B

Tints of Mountain Meadow #08BA7B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.68%

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 2.52%
G = 58.68%
B = 38.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#08BA7B (or 0x08BA7B) is known color: Mountain Meadow. HEX triplet: 08, BA and 7B. RGB value is (8,186,123). Sum of RGB (Red+Green+Blue) = 8+186+123=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BA7B is #F74584. Grayscale: #7D7D7D. Windows color (decimal): -16205189 or 8108552. OLE color: 8108552.

HSL color Cylindrical-coordinate representation of color #08BA7B: hue angle of 158.76º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA7B is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 186 123 -
CMYK 0.96 0 0.34 0.27
HSL 158.76º 0.92% 0.38% -
HSV(B) 158.76º 0.96% 0.73% -
XYZ 21.23 36.6 24.68 -
YUV 125.6 126.53 44.12 -
System Red Green Blue C M Y K H S L
Decimal 8 186 123 0.96 0 0.34 0.27 158.76 0.92 0.38
Hex 8 BA 7B 60 0 22 1B 9F 5C 26
Octal 10 272 173 140 0 42 33 237 134 46
Binary 1000 10111010 1111011 1100000 0 100010 11011 10011111 1011100 100110

Color Harmonies of #08BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BA7B

Black with #08BA7B

Text Example


Text Example

White with #08BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,186,123); }

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

background-color css

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

 a { background-color: rgb(8,186,123); }

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

border-color css

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

 span { border-color: rgb(8,186,123); }

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