Html Css Color HEX #0EB288 Mountain Meadow

📋 copy color: '#0EB288'

red 14 ◦ green 178 ◦ blue 136

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

Shades of Mountain Meadow #0EB288

Tints of Mountain Meadow #0EB288

RGB

 RED value IS 14 (5.86% from 255) = 4.27%

 GREEN value IS 178 (69.92% from 255) = 54.27%

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

R = 4.27%
G = 54.27%
B = 41.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#0EB288 (or 0x0EB288) is known color: Mountain Meadow. HEX triplet: 0E, B2 and 88. RGB value is (14,178,136). Sum of RGB (Red+Green+Blue) = 14+178+136=328 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.27% from 328); Green value is 178 (69.92% from 255 or 54.27% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EB288 is #F14D77. Grayscale: #7C7C7C. Windows color (decimal): -15814008 or 8958478. OLE color: 8958478.

HSL color Cylindrical-coordinate representation of color #0EB288: hue angle of 164.63º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB288 is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 14 178 136 -
CMYK 0.92 0 0.24 0.30
HSL 164.63º 0.85% 0.38% -
HSV(B) 164.63º 0.92% 0.7% -
XYZ 20.55 33.71 28.72 -
YUV 124.18 134.67 49.42 -
System Red Green Blue C M Y K H S L
Decimal 14 178 136 0.92 0 0.24 0.30 164.63 0.85 0.38
Hex E B2 88 5C 0 18 1E A5 55 26
Octal 16 262 210 134 0 30 36 245 125 46
Binary 1110 10110010 10001000 1011100 0 11000 11110 10100101 1010101 100110

Color Harmonies of #0EB288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB288

Black with #0EB288

Text Example


Text Example

White with #0EB288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,178,136); }

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

background-color css

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

 a { background-color: rgb(14,178,136); }

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

border-color css

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

 span { border-color: rgb(14,178,136); }

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