Html Css Color HEX #149C8B Persian Green

📋 copy color: '#149C8B'

red 20 ◦ green 156 ◦ blue 139

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

Shades of Persian Green #149C8B

Tints of Persian Green #149C8B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.52%

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 6.35%
G = 49.52%
B = 44.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#149C8B (or 0x149C8B) is known color: Persian Green. HEX triplet: 14, 9C and 8B. RGB value is (20,156,139). Sum of RGB (Red+Green+Blue) = 20+156+139=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #149C8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149C8B is #EB6374. Grayscale: #717171. Windows color (decimal): -15426421 or 9149460. OLE color: 9149460.

HSL color Cylindrical-coordinate representation of color #149C8B: hue angle of 172.5º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149C8B is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 156 139 -
CMYK 0.87 0 0.11 0.39
HSL 172.5º 0.77% 0.35% -
HSV(B) 172.5º 0.87% 0.61% -
XYZ 16.84 25.79 28.52 -
YUV 113.4 142.44 61.38 -
System Red Green Blue C M Y K H S L
Decimal 20 156 139 0.87 0 0.11 0.39 172.5 0.77 0.35
Hex 14 9C 8B 57 0 B 27 AC 4D 23
Octal 24 234 213 127 0 13 47 254 115 43
Binary 10100 10011100 10001011 1010111 0 1011 100111 10101100 1001101 100011

Color Harmonies of #149C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149C8B

Black with #149C8B

Text Example


Text Example

White with #149C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,156,139); }

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

background-color css

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

 a { background-color: rgb(20,156,139); }

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

border-color css

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

 span { border-color: rgb(20,156,139); }

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