Html Css Color HEX #109989 Persian Green

📋 copy color: '#109989'

red 16 ◦ green 153 ◦ blue 137

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

Shades of Persian Green #109989

Tints of Persian Green #109989

RGB

 RED value IS 16 (6.64% from 255) = 5.23%

 GREEN value IS 153 (60.16% from 255) = 50%

 BLUE value IS 137 (53.91% from 255) = 44.77%

R = 5.23%
G = 50%
B = 44.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#109989 (or 0x109989) is known color: Persian Green. HEX triplet: 10, 99 and 89. RGB value is (16,153,137). Sum of RGB (Red+Green+Blue) = 16+153+137=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #109989 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109989 is #EF6676. Grayscale: #6E6E6E. Windows color (decimal): -15689335 or 9017616. OLE color: 9017616.

HSL color Cylindrical-coordinate representation of color #109989: hue angle of 172.99º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109989 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 153 137 -
CMYK 0.90 0 0.10 0.4
HSL 172.99º 0.81% 0.33% -
HSV(B) 172.99º 0.9% 0.6% -
XYZ 16.12 24.7 27.58 -
YUV 110.21 143.11 60.8 -
System Red Green Blue C M Y K H S L
Decimal 16 153 137 0.90 0 0.10 0.4 172.99 0.81 0.33
Hex 10 99 89 5A 0 A 28 AD 51 21
Octal 20 231 211 132 0 12 50 255 121 41
Binary 10000 10011001 10001001 1011010 0 1010 101000 10101101 1010001 100001

Color Harmonies of #109989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109989

Black with #109989

Text Example


Text Example

White with #109989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109989; }

 p { color: rgb(16,153,137); }

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

background-color css

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

 a { background-color: rgb(16,153,137); }

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

border-color css

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

 span { border-color: rgb(16,153,137); }

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