Html Css Color HEX #149E8C Persian Green

📋 copy color: '#149E8C'

red 20 ◦ green 158 ◦ blue 140

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

Shades of Persian Green #149E8C

Tints of Persian Green #149E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.03%

R = 6.29%
G = 49.69%
B = 44.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#149E8C (or 0x149E8C) is known color: Persian Green. HEX triplet: 14, 9E and 8C. RGB value is (20,158,140). Sum of RGB (Red+Green+Blue) = 20+158+140=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 158 (62.11% from 255 or 49.69% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 158 - color contains mainly: green. Hex color #149E8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149E8C is #EB6173. Grayscale: #727272. Windows color (decimal): -15425908 or 9215508. OLE color: 9215508.

HSL color Cylindrical-coordinate representation of color #149E8C: hue angle of 172.17º 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 #149E8C is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 158 140 -
CMYK 0.87 0 0.11 0.38
HSL 172.17º 0.78% 0.35% -
HSV(B) 172.17º 0.87% 0.62% -
XYZ 17.25 26.5 29.02 -
YUV 114.69 142.28 60.46 -
System Red Green Blue C M Y K H S L
Decimal 20 158 140 0.87 0 0.11 0.38 172.17 0.78 0.35
Hex 14 9E 8C 57 0 B 26 AC 4E 23
Octal 24 236 214 127 0 13 46 254 116 43
Binary 10100 10011110 10001100 1010111 0 1011 100110 10101100 1001110 100011

Color Harmonies of #149E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149E8C

Black with #149E8C

Text Example


Text Example

White with #149E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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