Html Css Color HEX #0BB485 Mountain Meadow

📋 copy color: '#0BB485'

red 11 ◦ green 180 ◦ blue 133

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

Shades of Mountain Meadow #0BB485

Tints of Mountain Meadow #0BB485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.56%

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 3.4%
G = 55.56%
B = 41.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#0BB485 (or 0x0BB485) is known color: Mountain Meadow. HEX triplet: 0B, B4 and 85. RGB value is (11,180,133). Sum of RGB (Red+Green+Blue) = 11+180+133=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB485 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB485 is #F44B7A. Grayscale: #7C7C7C. Windows color (decimal): -16010107 or 8762379. OLE color: 8762379.

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

Color convert

RGB 11 180 133 -
CMYK 0.94 0 0.26 0.29
HSL 163.31º 0.88% 0.37% -
HSV(B) 163.31º 0.94% 0.71% -
XYZ 20.69 34.41 27.74 -
YUV 124.11 133.01 47.32 -
System Red Green Blue C M Y K H S L
Decimal 11 180 133 0.94 0 0.26 0.29 163.31 0.88 0.37
Hex B B4 85 5E 0 1A 1D A3 58 25
Octal 13 264 205 136 0 32 35 243 130 45
Binary 1011 10110100 10000101 1011110 0 11010 11101 10100011 1011000 100101

Color Harmonies of #0BB485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB485

Black with #0BB485

Text Example


Text Example

White with #0BB485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,180,133); }

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

background-color css

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

 a { background-color: rgb(11,180,133); }

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

border-color css

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

 span { border-color: rgb(11,180,133); }

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