Html Css Color HEX #14A08B Persian Green

📋 copy color: '#14A08B'

red 20 ◦ green 160 ◦ blue 139

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

Shades of Persian Green #14A08B

Tints of Persian Green #14A08B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.16%

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

R = 6.27%
G = 50.16%
B = 43.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#14A08B (or 0x14A08B) is known color: Persian Green. HEX triplet: 14, A0 and 8B. RGB value is (20,160,139). Sum of RGB (Red+Green+Blue) = 20+160+139=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #14A08B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A08B is #EB5F74. Grayscale: #737373. Windows color (decimal): -15425397 or 9150484. OLE color: 9150484.

HSL color Cylindrical-coordinate representation of color #14A08B: hue angle of 171º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A08B is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 20 160 139 -
CMYK 0.88 0 0.13 0.37
HSL 171º 0.78% 0.35% -
HSV(B) 171º 0.88% 0.63% -
XYZ 17.52 27.15 28.74 -
YUV 115.75 141.12 59.71 -
System Red Green Blue C M Y K H S L
Decimal 20 160 139 0.88 0 0.13 0.37 171 0.78 0.35
Hex 14 A0 8B 58 0 D 25 AB 4E 23
Octal 24 240 213 130 0 15 45 253 116 43
Binary 10100 10100000 10001011 1011000 0 1101 100101 10101011 1001110 100011

Color Harmonies of #14A08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A08B

Black with #14A08B

Text Example


Text Example

White with #14A08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14A08B; }

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

 H1.HeaderClassName
 {
   color: #14A08B;
 }
 .AnyTagClassName
 {
   color: #14A08B;
 }
</style>

background-color css

<style>
 a { background-color: #14A08B; }

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

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

border-color css

<style>
 span { border-color: #14A08B; }

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

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