Html Css Color HEX #109F88 Persian Green

📋 copy color: '#109F88'

red 16 ◦ green 159 ◦ blue 136

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

Shades of Persian Green #109F88

Tints of Persian Green #109F88

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.13%

 BLUE value IS 136 (53.52% from 255) = 43.73%

R = 5.14%
G = 51.13%
B = 43.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#109F88 (or 0x109F88) is known color: Persian Green. HEX triplet: 10, 9F and 88. RGB value is (16,159,136). Sum of RGB (Red+Green+Blue) = 16+159+136=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #109F88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109F88 is #EF6077. Grayscale: #717171. Windows color (decimal): -15687800 or 8953616. OLE color: 8953616.

HSL color Cylindrical-coordinate representation of color #109F88: hue angle of 170.35º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109F88 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 159 136 -
CMYK 0.90 0 0.14 0.38
HSL 170.35º 0.82% 0.34% -
HSV(B) 170.35º 0.9% 0.62% -
XYZ 17.06 26.68 27.54 -
YUV 113.62 140.62 58.37 -
System Red Green Blue C M Y K H S L
Decimal 16 159 136 0.90 0 0.14 0.38 170.35 0.82 0.34
Hex 10 9F 88 5A 0 E 26 AA 52 22
Octal 20 237 210 132 0 16 46 252 122 42
Binary 10000 10011111 10001000 1011010 0 1110 100110 10101010 1010010 100010

Color Harmonies of #109F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109F88

Black with #109F88

Text Example


Text Example

White with #109F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109F88; }

 p { color: rgb(16,159,136); }

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

background-color css

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

 a { background-color: rgb(16,159,136); }

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

border-color css

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

 span { border-color: rgb(16,159,136); }

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