Html Css Color HEX #0FB988 Mountain Meadow

📋 copy color: '#0FB988'

red 15 ◦ green 185 ◦ blue 136

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

Shades of Mountain Meadow #0FB988

Tints of Mountain Meadow #0FB988

RGB

 RED value IS 15 (6.25% from 255) = 4.46%

 GREEN value IS 185 (72.66% from 255) = 55.06%

 BLUE value IS 136 (53.52% from 255) = 40.48%

R = 4.46%
G = 55.06%
B = 40.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#0FB988 (or 0x0FB988) is known color: Mountain Meadow. HEX triplet: 0F, B9 and 88. RGB value is (15,185,136). Sum of RGB (Red+Green+Blue) = 15+185+136=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB988 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB988 is #F04677. Grayscale: #808080. Windows color (decimal): -15746680 or 8960271. OLE color: 8960271.

HSL color Cylindrical-coordinate representation of color #0FB988: hue angle of 162.71º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB988 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 185 136 -
CMYK 0.92 0 0.26 0.27
HSL 162.71º 0.85% 0.39% -
HSV(B) 162.71º 0.92% 0.73% -
XYZ 21.99 36.58 29.19 -
YUV 128.58 132.18 46.98 -
System Red Green Blue C M Y K H S L
Decimal 15 185 136 0.92 0 0.26 0.27 162.71 0.85 0.39
Hex F B9 88 5C 0 1A 1B A3 55 27
Octal 17 271 210 134 0 32 33 243 125 47
Binary 1111 10111001 10001000 1011100 0 11010 11011 10100011 1010101 100111

Color Harmonies of #0FB988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB988

Black with #0FB988

Text Example


Text Example

White with #0FB988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,185,136); }

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

background-color css

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

 a { background-color: rgb(15,185,136); }

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

border-color css

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

 span { border-color: rgb(15,185,136); }

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