Html Css Color HEX #11A398 Persian Green

📋 copy color: '#11A398'

red 17 ◦ green 163 ◦ blue 152

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

Shades of Persian Green #11A398

Tints of Persian Green #11A398

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.1%

 BLUE value IS 152 (59.77% from 255) = 45.78%

R = 5.12%
G = 49.1%
B = 45.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#11A398 (or 0x11A398) is known color: Persian Green. HEX triplet: 11, A3 and 98. RGB value is (17,163,152). Sum of RGB (Red+Green+Blue) = 17+163+152=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 163 (64.06% from 255 or 49.10% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 163 - color contains mainly: green. Hex color #11A398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A398 is #EE5C67. Grayscale: #757575. Windows color (decimal): -15621224 or 10003217. OLE color: 10003217.

HSL color Cylindrical-coordinate representation of color #11A398: hue angle of 175.48º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A398 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 163 152 -
CMYK 0.90 0 0.07 0.36
HSL 175.48º 0.81% 0.35% -
HSV(B) 175.48º 0.9% 0.64% -
XYZ 19 28.58 34.22 -
YUV 118.09 147.13 55.89 -
System Red Green Blue C M Y K H S L
Decimal 17 163 152 0.90 0 0.07 0.36 175.48 0.81 0.35
Hex 11 A3 98 5A 0 7 24 AF 51 23
Octal 21 243 230 132 0 7 44 257 121 43
Binary 10001 10100011 10011000 1011010 0 111 100100 10101111 1010001 100011

Color Harmonies of #11A398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A398

Black with #11A398

Text Example


Text Example

White with #11A398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A398; }

 p { color: rgb(17,163,152); }

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

background-color css

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

 a { background-color: rgb(17,163,152); }

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

border-color css

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

 span { border-color: rgb(17,163,152); }

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