Html Css Color HEX #109993 Persian Green

📋 copy color: '#109993'

red 16 ◦ green 153 ◦ blue 147

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

Shades of Persian Green #109993

Tints of Persian Green #109993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 5.06%
G = 48.42%
B = 46.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#109993 (or 0x109993) is known color: Persian Green. HEX triplet: 10, 99 and 93. RGB value is (16,153,147). Sum of RGB (Red+Green+Blue) = 16+153+147=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #109993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109993 is #EF666C. Grayscale: #6F6F6F. Windows color (decimal): -15689325 or 9672976. OLE color: 9672976.

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

Color convert

RGB 16 153 147 -
CMYK 0.90 0 0.04 0.4
HSL 177.37º 0.81% 0.33% -
HSV(B) 177.37º 0.9% 0.6% -
XYZ 16.87 25 31.54 -
YUV 111.35 148.11 59.99 -
System Red Green Blue C M Y K H S L
Decimal 16 153 147 0.90 0 0.04 0.4 177.37 0.81 0.33
Hex 10 99 93 5A 0 4 28 B1 51 21
Octal 20 231 223 132 0 4 50 261 121 41
Binary 10000 10011001 10010011 1011010 0 100 101000 10110001 1010001 100001

Color Harmonies of #109993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109993

Black with #109993

Text Example


Text Example

White with #109993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109993; }

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

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

background-color css

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

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

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

border-color css

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

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

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