Html Css Color HEX #0E9B8E Persian Green

📋 copy color: '#0E9B8E'

red 14 ◦ green 155 ◦ blue 142

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

Shades of Persian Green #0E9B8E

Tints of Persian Green #0E9B8E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.84%

 BLUE value IS 142 (55.86% from 255) = 45.66%

R = 4.5%
G = 49.84%
B = 45.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#0E9B8E (or 0x0E9B8E) is known color: Persian Green. HEX triplet: 0E, 9B and 8E. RGB value is (14,155,142). Sum of RGB (Red+Green+Blue) = 14+155+142=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #0E9B8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9B8E is #F16471. Grayscale: #6F6F6F. Windows color (decimal): -15819890 or 9345806. OLE color: 9345806.

HSL color Cylindrical-coordinate representation of color #0E9B8E: hue angle of 174.47º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9B8E is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 155 142 -
CMYK 0.91 0 0.08 0.39
HSL 174.47º 0.83% 0.33% -
HSV(B) 174.47º 0.91% 0.61% -
XYZ 16.78 25.49 29.63 -
YUV 111.36 145.29 58.56 -
System Red Green Blue C M Y K H S L
Decimal 14 155 142 0.91 0 0.08 0.39 174.47 0.83 0.33
Hex E 9B 8E 5B 0 8 27 AE 53 21
Octal 16 233 216 133 0 10 47 256 123 41
Binary 1110 10011011 10001110 1011011 0 1000 100111 10101110 1010011 100001

Color Harmonies of #0E9B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9B8E

Black with #0E9B8E

Text Example


Text Example

White with #0E9B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,155,142); }

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

background-color css

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

 a { background-color: rgb(14,155,142); }

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

border-color css

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

 span { border-color: rgb(14,155,142); }

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