Html Css Color HEX #08BB7E Mountain Meadow

📋 copy color: '#08BB7E'

red 8 ◦ green 187 ◦ blue 126

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

Shades of Mountain Meadow #08BB7E

Tints of Mountain Meadow #08BB7E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.26%

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 2.49%
G = 58.26%
B = 39.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#08BB7E (or 0x08BB7E) is known color: Mountain Meadow. HEX triplet: 08, BB and 7E. RGB value is (8,187,126). Sum of RGB (Red+Green+Blue) = 8+187+126=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BB7E is #F74481. Grayscale: #7E7E7E. Windows color (decimal): -16204930 or 8305416. OLE color: 8305416.

HSL color Cylindrical-coordinate representation of color #08BB7E: hue angle of 159.55º 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 #08BB7E is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 187 126 -
CMYK 0.96 0 0.33 0.27
HSL 159.55º 0.92% 0.38% -
HSV(B) 159.55º 0.96% 0.73% -
XYZ 21.64 37.1 25.76 -
YUV 126.53 127.7 43.46 -
System Red Green Blue C M Y K H S L
Decimal 8 187 126 0.96 0 0.33 0.27 159.55 0.92 0.38
Hex 8 BB 7E 60 0 21 1B A0 5C 26
Octal 10 273 176 140 0 41 33 240 134 46
Binary 1000 10111011 1111110 1100000 0 100001 11011 10100000 1011100 100110

Color Harmonies of #08BB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BB7E

Black with #08BB7E

Text Example


Text Example

White with #08BB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,187,126); }

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

background-color css

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

 a { background-color: rgb(8,187,126); }

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

border-color css

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

 span { border-color: rgb(8,187,126); }

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