Html Css Color HEX #0EB394 Persian Green

📋 copy color: '#0EB394'

red 14 ◦ green 179 ◦ blue 148

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

Shades of Persian Green #0EB394

Tints of Persian Green #0EB394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.49%

 BLUE value IS 148 (58.2% from 255) = 43.4%

R = 4.11%
G = 52.49%
B = 43.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#0EB394 (or 0x0EB394) is known color: Persian Green. HEX triplet: 0E, B3 and 94. RGB value is (14,179,148). Sum of RGB (Red+Green+Blue) = 14+179+148=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB394 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB394 is #F14C6B. Grayscale: #7E7E7E. Windows color (decimal): -15813740 or 9745166. OLE color: 9745166.

HSL color Cylindrical-coordinate representation of color #0EB394: hue angle of 168.73º 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 #0EB394 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 14 179 148 -
CMYK 0.92 0 0.17 0.30
HSL 168.73º 0.85% 0.38% -
HSV(B) 168.73º 0.92% 0.7% -
XYZ 21.65 34.47 33.53 -
YUV 126.13 140.34 48.02 -
System Red Green Blue C M Y K H S L
Decimal 14 179 148 0.92 0 0.17 0.30 168.73 0.85 0.38
Hex E B3 94 5C 0 11 1E A9 55 26
Octal 16 263 224 134 0 21 36 251 125 46
Binary 1110 10110011 10010100 1011100 0 10001 11110 10101001 1010101 100110

Color Harmonies of #0EB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB394

Black with #0EB394

Text Example


Text Example

White with #0EB394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,179,148); }

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

background-color css

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

 a { background-color: rgb(14,179,148); }

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

border-color css

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

 span { border-color: rgb(14,179,148); }

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