Html Css Color HEX #0BB38B Mountain Meadow

📋 copy color: '#0BB38B'

red 11 ◦ green 179 ◦ blue 139

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

Shades of Mountain Meadow #0BB38B

Tints of Mountain Meadow #0BB38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 3.34%
G = 54.41%
B = 42.25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#0BB38B (or 0x0BB38B) is known color: Mountain Meadow. HEX triplet: 0B, B3 and 8B. RGB value is (11,179,139). Sum of RGB (Red+Green+Blue) = 11+179+139=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB38B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB38B is #F44C74. Grayscale: #7C7C7C. Windows color (decimal): -16010357 or 9155339. OLE color: 9155339.

HSL color Cylindrical-coordinate representation of color #0BB38B: hue angle of 165.71º 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 #0BB38B is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 179 139 -
CMYK 0.94 0 0.22 0.30
HSL 165.71º 0.88% 0.37% -
HSV(B) 165.71º 0.94% 0.7% -
XYZ 20.92 34.18 29.92 -
YUV 124.21 136.34 47.25 -
System Red Green Blue C M Y K H S L
Decimal 11 179 139 0.94 0 0.22 0.30 165.71 0.88 0.37
Hex B B3 8B 5E 0 16 1E A6 58 25
Octal 13 263 213 136 0 26 36 246 130 45
Binary 1011 10110011 10001011 1011110 0 10110 11110 10100110 1011000 100101

Color Harmonies of #0BB38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB38B

Black with #0BB38B

Text Example


Text Example

White with #0BB38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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