Html Css Color HEX #109F9B Persian Green

📋 copy color: '#109F9B'

red 16 ◦ green 159 ◦ blue 155

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

Shades of Persian Green #109F9B

Tints of Persian Green #109F9B

RGB

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

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

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

R = 4.85%
G = 48.18%
B = 46.97%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#109F9B (or 0x109F9B) is known color: Persian Green. HEX triplet: 10, 9F and 9B. RGB value is (16,159,155). Sum of RGB (Red+Green+Blue) = 16+159+155=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #109F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109F9B is #EF6064. Grayscale: #737373. Windows color (decimal): -15687781 or 10198800. OLE color: 10198800.

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

Color convert

RGB 16 159 155 -
CMYK 0.90 0 0.03 0.38
HSL 178.32º 0.82% 0.34% -
HSV(B) 178.32º 0.9% 0.62% -
XYZ 18.53 27.27 35.3 -
YUV 115.79 150.12 56.83 -
System Red Green Blue C M Y K H S L
Decimal 16 159 155 0.90 0 0.03 0.38 178.32 0.82 0.34
Hex 10 9F 9B 5A 0 3 26 B2 52 22
Octal 20 237 233 132 0 3 46 262 122 42
Binary 10000 10011111 10011011 1011010 0 11 100110 10110010 1010010 100010

Color Harmonies of #109F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109F9B

Black with #109F9B

Text Example


Text Example

White with #109F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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