Html Css Color HEX #109A8E Persian Green

📋 copy color: '#109A8E'

red 16 ◦ green 154 ◦ blue 142

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

Shades of Persian Green #109A8E

Tints of Persian Green #109A8E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 49.36%

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 5.13%
G = 49.36%
B = 45.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#109A8E (or 0x109A8E) is known color: Persian Green. HEX triplet: 10, 9A and 8E. RGB value is (16,154,142). Sum of RGB (Red+Green+Blue) = 16+154+142=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 154 (60.55% from 255 or 49.36% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 154 - color contains mainly: green. Hex color #109A8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109A8E is #EF6571. Grayscale: #6F6F6F. Windows color (decimal): -15689074 or 9345552. OLE color: 9345552.

HSL color Cylindrical-coordinate representation of color #109A8E: hue angle of 174.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109A8E is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 154 142 -
CMYK 0.90 0 0.08 0.40
HSL 174.78º 0.81% 0.33% -
HSV(B) 174.78º 0.9% 0.6% -
XYZ 16.65 25.17 29.57 -
YUV 111.37 145.28 59.98 -
System Red Green Blue C M Y K H S L
Decimal 16 154 142 0.90 0 0.08 0.40 174.78 0.81 0.33
Hex 10 9A 8E 5A 0 8 28 AF 51 21
Octal 20 232 216 132 0 10 50 257 121 41
Binary 10000 10011010 10001110 1011010 0 1000 101000 10101111 1010001 100001

Color Harmonies of #109A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109A8E

Black with #109A8E

Text Example


Text Example

White with #109A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,154,142); }

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

background-color css

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

 a { background-color: rgb(16,154,142); }

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

border-color css

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

 span { border-color: rgb(16,154,142); }

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