Html Css Color HEX #0FB088 Mountain Meadow

📋 copy color: '#0FB088'

red 15 ◦ green 176 ◦ blue 136

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

Shades of Mountain Meadow #0FB088

Tints of Mountain Meadow #0FB088

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.82%

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

R = 4.59%
G = 53.82%
B = 41.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#0FB088 (or 0x0FB088) is known color: Mountain Meadow. HEX triplet: 0F, B0 and 88. RGB value is (15,176,136). Sum of RGB (Red+Green+Blue) = 15+176+136=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 176 (69.14% from 255 or 53.82% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB088 is #F04F77. Grayscale: #7B7B7B. Windows color (decimal): -15748984 or 8957967. OLE color: 8957967.

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

Color convert

RGB 15 176 136 -
CMYK 0.91 0 0.23 0.31
HSL 165.09º 0.84% 0.37% -
HSV(B) 165.09º 0.91% 0.69% -
XYZ 20.17 32.93 28.59 -
YUV 123.3 135.16 50.75 -
System Red Green Blue C M Y K H S L
Decimal 15 176 136 0.91 0 0.23 0.31 165.09 0.84 0.37
Hex F B0 88 5B 0 17 1F A5 54 25
Octal 17 260 210 133 0 27 37 245 124 45
Binary 1111 10110000 10001000 1011011 0 10111 11111 10100101 1010100 100101

Color Harmonies of #0FB088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB088

Black with #0FB088

Text Example


Text Example

White with #0FB088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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