Html Css Color HEX #149D8D Persian Green

📋 copy color: '#149D8D'

red 20 ◦ green 157 ◦ blue 141

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

Shades of Persian Green #149D8D

Tints of Persian Green #149D8D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.37%

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 6.29%
G = 49.37%
B = 44.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#149D8D (or 0x149D8D) is known color: Persian Green. HEX triplet: 14, 9D and 8D. RGB value is (20,157,141). Sum of RGB (Red+Green+Blue) = 20+157+141=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #149D8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149D8D is #EB6272. Grayscale: #727272. Windows color (decimal): -15426163 or 9280788. OLE color: 9280788.

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

Color convert

RGB 20 157 141 -
CMYK 0.87 0 0.10 0.38
HSL 172.99º 0.77% 0.35% -
HSV(B) 172.99º 0.87% 0.62% -
XYZ 17.15 26.19 29.35 -
YUV 114.21 143.11 60.8 -
System Red Green Blue C M Y K H S L
Decimal 20 157 141 0.87 0 0.10 0.38 172.99 0.77 0.35
Hex 14 9D 8D 57 0 A 26 AD 4D 23
Octal 24 235 215 127 0 12 46 255 115 43
Binary 10100 10011101 10001101 1010111 0 1010 100110 10101101 1001101 100011

Color Harmonies of #149D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149D8D

Black with #149D8D

Text Example


Text Example

White with #149D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,157,141); }

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

background-color css

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

 a { background-color: rgb(20,157,141); }

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

border-color css

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

 span { border-color: rgb(20,157,141); }

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