Html Css Color HEX #0E9988 Persian Green

📋 copy color: '#0E9988'

red 14 ◦ green 153 ◦ blue 136

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

Shades of Persian Green #0E9988

Tints of Persian Green #0E9988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.5%

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

R = 4.62%
G = 50.5%
B = 44.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#0E9988 (or 0x0E9988) is known color: Persian Green. HEX triplet: 0E, 99 and 88. RGB value is (14,153,136). Sum of RGB (Red+Green+Blue) = 14+153+136=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #0E9988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E9988 is #F16677. Grayscale: #6D6D6D. Windows color (decimal): -15820408 or 8952078. OLE color: 8952078.

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

Color convert

RGB 14 153 136 -
CMYK 0.91 0 0.11 0.4
HSL 172.66º 0.83% 0.33% -
HSV(B) 172.66º 0.91% 0.6% -
XYZ 16.02 24.65 27.21 -
YUV 109.5 142.95 59.88 -
System Red Green Blue C M Y K H S L
Decimal 14 153 136 0.91 0 0.11 0.4 172.66 0.83 0.33
Hex E 99 88 5B 0 B 28 AD 53 21
Octal 16 231 210 133 0 13 50 255 123 41
Binary 1110 10011001 10001000 1011011 0 1011 101000 10101101 1010011 100001

Color Harmonies of #0E9988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E9988

Black with #0E9988

Text Example


Text Example

White with #0E9988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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