Html Css Color HEX #109992 Persian Green

📋 copy color: '#109992'

red 16 ◦ green 153 ◦ blue 146

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

Shades of Persian Green #109992

Tints of Persian Green #109992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.57%

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 5.08%
G = 48.57%
B = 46.35%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#109992 (or 0x109992) is known color: Persian Green. HEX triplet: 10, 99 and 92. RGB value is (16,153,146). Sum of RGB (Red+Green+Blue) = 16+153+146=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #109992 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109992 is #EF666D. Grayscale: #6F6F6F. Windows color (decimal): -15689326 or 9607440. OLE color: 9607440.

HSL color Cylindrical-coordinate representation of color #109992: hue angle of 176.93º 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 #109992 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 153 146 -
CMYK 0.90 0 0.05 0.4
HSL 176.93º 0.81% 0.33% -
HSV(B) 176.93º 0.9% 0.6% -
XYZ 16.79 24.97 31.13 -
YUV 111.24 147.61 60.07 -
System Red Green Blue C M Y K H S L
Decimal 16 153 146 0.90 0 0.05 0.4 176.93 0.81 0.33
Hex 10 99 92 5A 0 5 28 B1 51 21
Octal 20 231 222 132 0 5 50 261 121 41
Binary 10000 10011001 10010010 1011010 0 101 101000 10110001 1010001 100001

Color Harmonies of #109992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109992

Black with #109992

Text Example


Text Example

White with #109992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109992; }

 p { color: rgb(16,153,146); }

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

background-color css

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

 a { background-color: rgb(16,153,146); }

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

border-color css

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

 span { border-color: rgb(16,153,146); }

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