Html Css Color HEX #11A38D Persian Green

📋 copy color: '#11A38D'

red 17 ◦ green 163 ◦ blue 141

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

Shades of Persian Green #11A38D

Tints of Persian Green #11A38D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.93%

R = 5.3%
G = 50.78%
B = 43.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#11A38D (or 0x11A38D) is known color: Persian Green. HEX triplet: 11, A3 and 8D. RGB value is (17,163,141). Sum of RGB (Red+Green+Blue) = 17+163+141=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #11A38D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A38D is #EE5C72. Grayscale: #747474. Windows color (decimal): -15621235 or 9282321. OLE color: 9282321.

HSL color Cylindrical-coordinate representation of color #11A38D: hue angle of 170.96º 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 #11A38D is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 17 163 141 -
CMYK 0.90 0 0.13 0.36
HSL 170.96º 0.81% 0.35% -
HSV(B) 170.96º 0.9% 0.64% -
XYZ 18.14 28.24 29.69 -
YUV 116.84 141.63 56.79 -
System Red Green Blue C M Y K H S L
Decimal 17 163 141 0.90 0 0.13 0.36 170.96 0.81 0.35
Hex 11 A3 8D 5A 0 D 24 AB 51 23
Octal 21 243 215 132 0 15 44 253 121 43
Binary 10001 10100011 10001101 1011010 0 1101 100100 10101011 1010001 100011

Color Harmonies of #11A38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A38D

Black with #11A38D

Text Example


Text Example

White with #11A38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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