Html Css Color HEX #139983 Free Speech Aquamarine

📋 copy color: '#139983'

red 19 ◦ green 153 ◦ blue 131

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

Shades of Free Speech Aquamarine #139983

Tints of Free Speech Aquamarine #139983

RGB

 RED value IS 19 (7.81% from 255) = 6.27%

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

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

R = 6.27%
G = 50.5%
B = 43.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#139983 (or 0x139983) is known color: Free Speech Aquamarine. HEX triplet: 13, 99 and 83. RGB value is (19,153,131). Sum of RGB (Red+Green+Blue) = 19+153+131=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 131 (51.56% from 255 or 43.23% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #139983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139983 is #EC667C. Grayscale: #6E6E6E. Windows color (decimal): -15492733 or 8624403. OLE color: 8624403.

HSL color Cylindrical-coordinate representation of color #139983: hue angle of 170.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139983 is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 153 131 -
CMYK 0.88 0 0.14 0.4
HSL 170.15º 0.78% 0.34% -
HSV(B) 170.15º 0.88% 0.6% -
XYZ 15.76 24.56 25.38 -
YUV 110.43 139.61 62.79 -
System Red Green Blue C M Y K H S L
Decimal 19 153 131 0.88 0 0.14 0.4 170.15 0.78 0.34
Hex 13 99 83 58 0 E 28 AA 4E 22
Octal 23 231 203 130 0 16 50 252 116 42
Binary 10011 10011001 10000011 1011000 0 1110 101000 10101010 1001110 100010

Color Harmonies of #139983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139983

Black with #139983

Text Example


Text Example

White with #139983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139983; }

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

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

background-color css

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

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

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

border-color css

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

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

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