Html Css Color HEX #109E8D Persian Green

📋 copy color: '#109E8D'

red 16 ◦ green 158 ◦ blue 141

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

Shades of Persian Green #109E8D

Tints of Persian Green #109E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.16%

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

R = 5.08%
G = 50.16%
B = 44.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#109E8D (or 0x109E8D) is known color: Persian Green. HEX triplet: 10, 9E and 8D. RGB value is (16,158,141). Sum of RGB (Red+Green+Blue) = 16+158+141=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 158 (62.11% from 255 or 50.16% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 158 - color contains mainly: green. Hex color #109E8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109E8D is #EF6172. Grayscale: #717171. Windows color (decimal): -15688051 or 9281040. OLE color: 9281040.

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

Color convert

RGB 16 158 141 -
CMYK 0.90 0 0.11 0.38
HSL 172.82º 0.82% 0.34% -
HSV(B) 172.82º 0.9% 0.62% -
XYZ 17.25 26.49 29.4 -
YUV 113.6 143.46 58.38 -
System Red Green Blue C M Y K H S L
Decimal 16 158 141 0.90 0 0.11 0.38 172.82 0.82 0.34
Hex 10 9E 8D 5A 0 B 26 AD 52 22
Octal 20 236 215 132 0 13 46 255 122 42
Binary 10000 10011110 10001101 1011010 0 1011 100110 10101101 1010010 100010

Color Harmonies of #109E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109E8D

Black with #109E8D

Text Example


Text Example

White with #109E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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