Html Css Color HEX #11A68D Persian Green

📋 copy color: '#11A68D'

red 17 ◦ green 166 ◦ blue 141

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

Shades of Persian Green #11A68D

Tints of Persian Green #11A68D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.23%

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

R = 5.25%
G = 51.23%
B = 43.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#11A68D (or 0x11A68D) is known color: Persian Green. HEX triplet: 11, A6 and 8D. RGB value is (17,166,141). Sum of RGB (Red+Green+Blue) = 17+166+141=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #11A68D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A68D is #EE5972. Grayscale: #767676. Windows color (decimal): -15620467 or 9283089. OLE color: 9283089.

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

Color convert

RGB 17 166 141 -
CMYK 0.90 0 0.15 0.35
HSL 169.93º 0.81% 0.36% -
HSV(B) 169.93º 0.9% 0.65% -
XYZ 18.68 29.31 29.87 -
YUV 118.6 140.64 55.53 -
System Red Green Blue C M Y K H S L
Decimal 17 166 141 0.90 0 0.15 0.35 169.93 0.81 0.36
Hex 11 A6 8D 5A 0 F 23 AA 51 24
Octal 21 246 215 132 0 17 43 252 121 44
Binary 10001 10100110 10001101 1011010 0 1111 100011 10101010 1010001 100100

Color Harmonies of #11A68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A68D

Black with #11A68D

Text Example


Text Example

White with #11A68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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