Html Css Color HEX #109D9B Persian Green

📋 copy color: '#109D9B'

red 16 ◦ green 157 ◦ blue 155

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

Shades of Persian Green #109D9B

Tints of Persian Green #109D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 4.88%
G = 47.87%
B = 47.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#109D9B (or 0x109D9B) is known color: Persian Green. HEX triplet: 10, 9D and 9B. RGB value is (16,157,155). Sum of RGB (Red+Green+Blue) = 16+157+155=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 157 - color contains mainly: green. Hex color #109D9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109D9B is #EF6264. Grayscale: #727272. Windows color (decimal): -15688293 or 10198288. OLE color: 10198288.

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

Color convert

RGB 16 157 155 -
CMYK 0.90 0 0.01 0.38
HSL 179.15º 0.82% 0.34% -
HSV(B) 179.15º 0.9% 0.62% -
XYZ 18.19 26.59 35.18 -
YUV 114.61 150.79 57.66 -
System Red Green Blue C M Y K H S L
Decimal 16 157 155 0.90 0 0.01 0.38 179.15 0.82 0.34
Hex 10 9D 9B 5A 0 1 26 B3 52 22
Octal 20 235 233 132 0 1 46 263 122 42
Binary 10000 10011101 10011011 1011010 0 1 100110 10110011 1010010 100010

Color Harmonies of #109D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109D9B

Black with #109D9B

Text Example


Text Example

White with #109D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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