#0EB394

Color #0EB394 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0EB394

Tints of Persian Green #0EB394

Color information

#0EB394 (or 0x0EB394) is unknown color: approx 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

RGB14179148-
CMYK0.9200.170.30
HSL168.73º85.49%37.84%-
HSV(B)168.73º92.18%70.2%-
XYZ21.6534.4733.53-
YUV126.13140.3448.02-

RGB Variations

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

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.20% from 255) = 43.40%
R=4.11%
G=52.49%
B=43.40%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141791480.9200.170.30168.7385.4937.84
HexEB3945C0111Ea95526
Octal162632241340213625112546
Binary11101011001110010100101110001000111110101010011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>