Html Css Color HEX #11996F Free Speech Aquamarine

📋 copy color: '#11996F'

red 17 ◦ green 153 ◦ blue 111

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

Shades of Free Speech Aquamarine #11996F

Tints of Free Speech Aquamarine #11996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.5%

R = 6.05%
G = 54.45%
B = 39.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#11996F (or 0x11996F) is known color: Free Speech Aquamarine. HEX triplet: 11, 99 and 6F. RGB value is (17,153,111). Sum of RGB (Red+Green+Blue) = 17+153+111=281 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.05% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #11996F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11996F is #EE6690. Grayscale: #6B6B6B. Windows color (decimal): -15623825 or 7313681. OLE color: 7313681.

HSL color Cylindrical-coordinate representation of color #11996F: hue angle of 161.47º 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 #11996F is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 153 111 -
CMYK 0.89 0 0.27 0.4
HSL 161.47º 0.8% 0.33% -
HSV(B) 161.47º 0.89% 0.6% -
XYZ 14.49 24.05 18.92 -
YUV 107.55 129.94 63.42 -
System Red Green Blue C M Y K H S L
Decimal 17 153 111 0.89 0 0.27 0.4 161.47 0.8 0.33
Hex 11 99 6F 59 0 1B 28 A1 50 21
Octal 21 231 157 131 0 33 50 241 120 41
Binary 10001 10011001 1101111 1011001 0 11011 101000 10100001 1010000 100001

Color Harmonies of #11996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11996F

Black with #11996F

Text Example


Text Example

White with #11996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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