Html Css Color HEX #13A68F Persian Green

📋 copy color: '#13A68F'

red 19 ◦ green 166 ◦ blue 143

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

Shades of Persian Green #13A68F

Tints of Persian Green #13A68F

RGB

 RED value IS 19 (7.81% from 255) = 5.79%

 GREEN value IS 166 (65.23% from 255) = 50.61%

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

R = 5.79%
G = 50.61%
B = 43.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#13A68F (or 0x13A68F) is known color: Persian Green. HEX triplet: 13, A6 and 8F. RGB value is (19,166,143). Sum of RGB (Red+Green+Blue) = 19+166+143=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #13A68F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A68F is #EC5970. Grayscale: #777777. Windows color (decimal): -15489393 or 9414163. OLE color: 9414163.

HSL color Cylindrical-coordinate representation of color #13A68F: hue angle of 170.61º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A68F is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 166 143 -
CMYK 0.89 0 0.14 0.35
HSL 170.61º 0.79% 0.36% -
HSV(B) 170.61º 0.89% 0.65% -
XYZ 18.86 29.39 30.67 -
YUV 119.43 141.3 56.37 -
System Red Green Blue C M Y K H S L
Decimal 19 166 143 0.89 0 0.14 0.35 170.61 0.79 0.36
Hex 13 A6 8F 59 0 E 23 AB 4F 24
Octal 23 246 217 131 0 16 43 253 117 44
Binary 10011 10100110 10001111 1011001 0 1110 100011 10101011 1001111 100100

Color Harmonies of #13A68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A68F

Black with #13A68F

Text Example


Text Example

White with #13A68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13A68F; }

 p { color: rgb(19,166,143); }

 H1.HeaderClassName
 {
   color: #13A68F;
 }
 .AnyTagClassName
 {
   color: #13A68F;
 }
</style>

background-color css

<style>
 a { background-color: #13A68F; }

 a { background-color: rgb(19,166,143); }

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

border-color css

<style>
 span { border-color: #13A68F; }

 span { border-color: rgb(19,166,143); }

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