Html Css Color HEX #0FB188 Mountain Meadow

📋 copy color: '#0FB188'

red 15 ◦ green 177 ◦ blue 136

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

Shades of Mountain Meadow #0FB188

Tints of Mountain Meadow #0FB188

RGB

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

 GREEN value IS 177 (69.53% from 255) = 53.96%

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

R = 4.57%
G = 53.96%
B = 41.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#0FB188 (or 0x0FB188) is known color: Mountain Meadow. HEX triplet: 0F, B1 and 88. RGB value is (15,177,136). Sum of RGB (Red+Green+Blue) = 15+177+136=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 177 (69.53% from 255 or 53.96% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB188 is #F04E77. Grayscale: #7B7B7B. Windows color (decimal): -15748728 or 8958223. OLE color: 8958223.

HSL color Cylindrical-coordinate representation of color #0FB188: hue angle of 164.81º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB188 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 177 136 -
CMYK 0.92 0 0.23 0.31
HSL 164.81º 0.84% 0.38% -
HSV(B) 164.81º 0.92% 0.69% -
XYZ 20.36 33.32 28.65 -
YUV 123.89 134.83 50.33 -
System Red Green Blue C M Y K H S L
Decimal 15 177 136 0.92 0 0.23 0.31 164.81 0.84 0.38
Hex F B1 88 5C 0 17 1F A5 54 26
Octal 17 261 210 134 0 27 37 245 124 46
Binary 1111 10110001 10001000 1011100 0 10111 11111 10100101 1010100 100110

Color Harmonies of #0FB188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB188

Black with #0FB188

Text Example


Text Example

White with #0FB188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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