Html Css Color HEX #149E8F Persian Green

📋 copy color: '#149E8F'

red 20 ◦ green 158 ◦ blue 143

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

Shades of Persian Green #149E8F

Tints of Persian Green #149E8F

RGB

 RED value IS 20 (8.2% from 255) = 6.23%

 GREEN value IS 158 (62.11% from 255) = 49.22%

 BLUE value IS 143 (56.25% from 255) = 44.55%

R = 6.23%
G = 49.22%
B = 44.55%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#149E8F (or 0x149E8F) is known color: Persian Green. HEX triplet: 14, 9E and 8F. RGB value is (20,158,143). Sum of RGB (Red+Green+Blue) = 20+158+143=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #149E8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149E8F is #EB6170. Grayscale: #727272. Windows color (decimal): -15425905 or 9412116. OLE color: 9412116.

HSL color Cylindrical-coordinate representation of color #149E8F: hue angle of 173.48º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149E8F is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 158 143 -
CMYK 0.87 0 0.09 0.38
HSL 173.48º 0.78% 0.35% -
HSV(B) 173.48º 0.87% 0.62% -
XYZ 17.47 26.59 30.2 -
YUV 115.03 143.78 60.22 -
System Red Green Blue C M Y K H S L
Decimal 20 158 143 0.87 0 0.09 0.38 173.48 0.78 0.35
Hex 14 9E 8F 57 0 9 26 AD 4E 23
Octal 24 236 217 127 0 11 46 255 116 43
Binary 10100 10011110 10001111 1010111 0 1001 100110 10101101 1001110 100011

Color Harmonies of #149E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149E8F

Black with #149E8F

Text Example


Text Example

White with #149E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149E8F; }

 p { color: rgb(20,158,143); }

 H1.HeaderClassName
 {
   color: #149E8F;
 }
 .AnyTagClassName
 {
   color: #149E8F;
 }
</style>

background-color css

<style>
 a { background-color: #149E8F; }

 a { background-color: rgb(20,158,143); }

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

border-color css

<style>
 span { border-color: #149E8F; }

 span { border-color: rgb(20,158,143); }

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