Html Css Color HEX #109D8D Persian Green

📋 copy color: '#109D8D'

red 16 ◦ green 157 ◦ blue 141

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

Shades of Persian Green #109D8D

Tints of Persian Green #109D8D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50%

 BLUE value IS 141 (55.47% from 255) = 44.9%

R = 5.1%
G = 50%
B = 44.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#109D8D (or 0x109D8D) is known color: Persian Green. HEX triplet: 10, 9D and 8D. RGB value is (16,157,141). Sum of RGB (Red+Green+Blue) = 16+157+141=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #109D8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109D8D is #EF6272. Grayscale: #707070. Windows color (decimal): -15688307 or 9280784. OLE color: 9280784.

HSL color Cylindrical-coordinate representation of color #109D8D: hue angle of 173.19º 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 #109D8D is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 157 141 -
CMYK 0.90 0 0.10 0.38
HSL 173.19º 0.82% 0.34% -
HSV(B) 173.19º 0.9% 0.62% -
XYZ 17.08 26.15 29.35 -
YUV 113.02 143.79 58.8 -
System Red Green Blue C M Y K H S L
Decimal 16 157 141 0.90 0 0.10 0.38 173.19 0.82 0.34
Hex 10 9D 8D 5A 0 A 26 AD 52 22
Octal 20 235 215 132 0 12 46 255 122 42
Binary 10000 10011101 10001101 1011010 0 1010 100110 10101101 1010010 100010

Color Harmonies of #109D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109D8D

Black with #109D8D

Text Example


Text Example

White with #109D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,157,141); }

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

background-color css

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

 a { background-color: rgb(16,157,141); }

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

border-color css

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

 span { border-color: rgb(16,157,141); }

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