Html Css Color HEX #109988 Persian Green

📋 copy color: '#109988'

red 16 ◦ green 153 ◦ blue 136

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

Shades of Persian Green #109988

Tints of Persian Green #109988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.59%

R = 5.25%
G = 50.16%
B = 44.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.4

RGB Variations

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

Color information

#109988 (or 0x109988) is known color: Persian Green. HEX triplet: 10, 99 and 88. RGB value is (16,153,136). Sum of RGB (Red+Green+Blue) = 16+153+136=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #109988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109988 is #EF6677. Grayscale: #6E6E6E. Windows color (decimal): -15689336 or 8952080. OLE color: 8952080.

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

Color convert

RGB 16 153 136 -
CMYK 0.90 0 0.11 0.4
HSL 172.55º 0.81% 0.33% -
HSV(B) 172.55º 0.9% 0.6% -
XYZ 16.05 24.67 27.21 -
YUV 110.1 142.61 60.88 -
System Red Green Blue C M Y K H S L
Decimal 16 153 136 0.90 0 0.11 0.4 172.55 0.81 0.33
Hex 10 99 88 5A 0 B 28 AD 51 21
Octal 20 231 210 132 0 13 50 255 121 41
Binary 10000 10011001 10001000 1011010 0 1011 101000 10101101 1010001 100001

Color Harmonies of #109988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109988

Black with #109988

Text Example


Text Example

White with #109988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109988; }

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

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

background-color css

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

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

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

border-color css

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

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

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