Html Css Color HEX #08BB7B Mountain Meadow

📋 copy color: '#08BB7B'

red 8 ◦ green 187 ◦ blue 123

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

Shades of Mountain Meadow #08BB7B

Tints of Mountain Meadow #08BB7B

RGB

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

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

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

R = 2.52%
G = 58.81%
B = 38.68%

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

#08BB7B (or 0x08BB7B) is known color: Mountain Meadow. HEX triplet: 08, BB and 7B. RGB value is (8,187,123). Sum of RGB (Red+Green+Blue) = 8+187+123=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 187 (73.44% from 255 or 58.81% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BB7B is #F74484. Grayscale: #7E7E7E. Windows color (decimal): -16204933 or 8108808. OLE color: 8108808.

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

Color convert

RGB 8 187 123 -
CMYK 0.96 0 0.34 0.27
HSL 158.55º 0.92% 0.38% -
HSV(B) 158.55º 0.96% 0.73% -
XYZ 21.45 37.02 24.75 -
YUV 126.18 126.2 43.7 -
System Red Green Blue C M Y K H S L
Decimal 8 187 123 0.96 0 0.34 0.27 158.55 0.92 0.38
Hex 8 BB 7B 60 0 22 1B 9F 5C 26
Octal 10 273 173 140 0 42 33 237 134 46
Binary 1000 10111011 1111011 1100000 0 100010 11011 10011111 1011100 100110

Color Harmonies of #08BB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BB7B

Black with #08BB7B

Text Example


Text Example

White with #08BB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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