Html Css Color HEX #0BB383 Mountain Meadow

📋 copy color: '#0BB383'

red 11 ◦ green 179 ◦ blue 131

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

Shades of Mountain Meadow #0BB383

Tints of Mountain Meadow #0BB383

RGB

 RED value IS 11 (4.69% from 255) = 3.43%

 GREEN value IS 179 (70.31% from 255) = 55.76%

 BLUE value IS 131 (51.56% from 255) = 40.81%

R = 3.43%
G = 55.76%
B = 40.81%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#0BB383 (or 0x0BB383) is known color: Mountain Meadow. HEX triplet: 0B, B3 and 83. RGB value is (11,179,131). Sum of RGB (Red+Green+Blue) = 11+179+131=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 131 (51.56% from 255 or 40.81% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB383 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB383 is #F44C7C. Grayscale: #7B7B7B. Windows color (decimal): -16010365 or 8631051. OLE color: 8631051.

HSL color Cylindrical-coordinate representation of color #0BB383: hue angle of 162.86º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB383 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 179 131 -
CMYK 0.94 0 0.27 0.30
HSL 162.86º 0.88% 0.37% -
HSV(B) 162.86º 0.94% 0.7% -
XYZ 20.35 33.95 26.95 -
YUV 123.3 132.34 47.9 -
System Red Green Blue C M Y K H S L
Decimal 11 179 131 0.94 0 0.27 0.30 162.86 0.88 0.37
Hex B B3 83 5E 0 1B 1E A3 58 25
Octal 13 263 203 136 0 33 36 243 130 45
Binary 1011 10110011 10000011 1011110 0 11011 11110 10100011 1011000 100101

Color Harmonies of #0BB383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB383

Black with #0BB383

Text Example


Text Example

White with #0BB383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BB383; }

 p { color: rgb(11,179,131); }

 H1.HeaderClassName
 {
   color: #0BB383;
 }
 .AnyTagClassName
 {
   color: #0BB383;
 }
</style>

background-color css

<style>
 a { background-color: #0BB383; }

 a { background-color: rgb(11,179,131); }

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

border-color css

<style>
 span { border-color: #0BB383; }

 span { border-color: rgb(11,179,131); }

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