Html Css Color HEX #109B96 Persian Green

📋 copy color: '#109B96'

red 16 ◦ green 155 ◦ blue 150

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

Shades of Persian Green #109B96

Tints of Persian Green #109B96

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.29%

 BLUE value IS 150 (58.98% from 255) = 46.73%

R = 4.98%
G = 48.29%
B = 46.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#109B96 (or 0x109B96) is known color: Persian Green. HEX triplet: 10, 9B and 96. RGB value is (16,155,150). Sum of RGB (Red+Green+Blue) = 16+155+150=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #109B96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109B96 is #EF6469. Grayscale: #707070. Windows color (decimal): -15688810 or 9870096. OLE color: 9870096.

HSL color Cylindrical-coordinate representation of color #109B96: hue angle of 177.84º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109B96 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 16 155 150 -
CMYK 0.90 0 0.03 0.39
HSL 177.84º 0.81% 0.34% -
HSV(B) 177.84º 0.9% 0.61% -
XYZ 17.44 25.75 32.91 -
YUV 112.87 148.95 58.91 -
System Red Green Blue C M Y K H S L
Decimal 16 155 150 0.90 0 0.03 0.39 177.84 0.81 0.34
Hex 10 9B 96 5A 0 3 27 B2 51 22
Octal 20 233 226 132 0 3 47 262 121 42
Binary 10000 10011011 10010110 1011010 0 11 100111 10110010 1010001 100010

Color Harmonies of #109B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109B96

Black with #109B96

Text Example


Text Example

White with #109B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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