Html Css Color HEX #119983 Free Speech Aquamarine

📋 copy color: '#119983'

red 17 ◦ green 153 ◦ blue 131

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

Shades of Free Speech Aquamarine #119983

Tints of Free Speech Aquamarine #119983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.52%

R = 5.65%
G = 50.83%
B = 43.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#119983 (or 0x119983) is known color: Free Speech Aquamarine. HEX triplet: 11, 99 and 83. RGB value is (17,153,131). Sum of RGB (Red+Green+Blue) = 17+153+131=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #119983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119983 is #EE667C. Grayscale: #6D6D6D. Windows color (decimal): -15623805 or 8624401. OLE color: 8624401.

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

Color convert

RGB 17 153 131 -
CMYK 0.89 0 0.14 0.4
HSL 170.29º 0.8% 0.33% -
HSV(B) 170.29º 0.89% 0.6% -
XYZ 15.72 24.54 25.38 -
YUV 109.83 139.94 61.79 -
System Red Green Blue C M Y K H S L
Decimal 17 153 131 0.89 0 0.14 0.4 170.29 0.8 0.33
Hex 11 99 83 59 0 E 28 AA 50 21
Octal 21 231 203 131 0 16 50 252 120 41
Binary 10001 10011001 10000011 1011001 0 1110 101000 10101010 1010000 100001

Color Harmonies of #119983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119983

Black with #119983

Text Example


Text Example

White with #119983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119983; }

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

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

background-color css

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

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

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

border-color css

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

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

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