Html Css Color HEX #13B099 Persian Green

📋 copy color: '#13B099'

red 19 ◦ green 176 ◦ blue 153

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

Shades of Persian Green #13B099

Tints of Persian Green #13B099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.57%

 BLUE value IS 153 (60.16% from 255) = 43.97%

R = 5.46%
G = 50.57%
B = 43.97%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#13B099 (or 0x13B099) is known color: Persian Green. HEX triplet: 13, B0 and 99. RGB value is (19,176,153). Sum of RGB (Red+Green+Blue) = 19+176+153=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #13B099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B099 is #EC4F66. Grayscale: #7E7E7E. Windows color (decimal): -15486823 or 10072083. OLE color: 10072083.

HSL color Cylindrical-coordinate representation of color #13B099: hue angle of 171.21º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B099 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 176 153 -
CMYK 0.89 0 0.13 0.31
HSL 171.21º 0.81% 0.38% -
HSV(B) 171.21º 0.89% 0.69% -
XYZ 21.54 33.49 35.47 -
YUV 126.44 142.99 51.37 -
System Red Green Blue C M Y K H S L
Decimal 19 176 153 0.89 0 0.13 0.31 171.21 0.81 0.38
Hex 13 B0 99 59 0 D 1F AB 51 26
Octal 23 260 231 131 0 15 37 253 121 46
Binary 10011 10110000 10011001 1011001 0 1101 11111 10101011 1010001 100110

Color Harmonies of #13B099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B099

Black with #13B099

Text Example


Text Example

White with #13B099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,176,153); }

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

background-color css

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

 a { background-color: rgb(19,176,153); }

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

border-color css

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

 span { border-color: rgb(19,176,153); }

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