Html Css Color HEX #11998C Persian Green

📋 copy color: '#11998C'

red 17 ◦ green 153 ◦ blue 140

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

Shades of Persian Green #11998C

Tints of Persian Green #11998C

RGB

 RED value IS 17 (7.03% from 255) = 5.48%

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

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 5.48%
G = 49.35%
B = 45.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#11998C (or 0x11998C) is known color: Persian Green. HEX triplet: 11, 99 and 8C. RGB value is (17,153,140). Sum of RGB (Red+Green+Blue) = 17+153+140=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #11998C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11998C is #EE6673. Grayscale: #6E6E6E. Windows color (decimal): -15623796 or 9214225. OLE color: 9214225.

HSL color Cylindrical-coordinate representation of color #11998C: hue angle of 174.26º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11998C is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 153 140 -
CMYK 0.89 0 0.08 0.4
HSL 174.26º 0.8% 0.33% -
HSV(B) 174.26º 0.89% 0.6% -
XYZ 16.36 24.8 28.73 -
YUV 110.85 144.44 61.06 -
System Red Green Blue C M Y K H S L
Decimal 17 153 140 0.89 0 0.08 0.4 174.26 0.8 0.33
Hex 11 99 8C 59 0 8 28 AE 50 21
Octal 21 231 214 131 0 10 50 256 120 41
Binary 10001 10011001 10001100 1011001 0 1000 101000 10101110 1010000 100001

Color Harmonies of #11998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11998C

Black with #11998C

Text Example


Text Example

White with #11998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11998C; }

 p { color: rgb(17,153,140); }

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

background-color css

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

 a { background-color: rgb(17,153,140); }

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

border-color css

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

 span { border-color: rgb(17,153,140); }

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