Html Css Color HEX #149983 Free Speech Aquamarine

📋 copy color: '#149983'

red 20 ◦ green 153 ◦ blue 131

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

Shades of Free Speech Aquamarine #149983

Tints of Free Speech Aquamarine #149983

RGB

 RED value IS 20 (8.2% from 255) = 6.58%

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

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

R = 6.58%
G = 50.33%
B = 43.09%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#149983 (or 0x149983) is known color: Free Speech Aquamarine. HEX triplet: 14, 99 and 83. RGB value is (20,153,131). Sum of RGB (Red+Green+Blue) = 20+153+131=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #149983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149983 is #EB667C. Grayscale: #6E6E6E. Windows color (decimal): -15427197 or 8624404. OLE color: 8624404.

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

Color convert

RGB 20 153 131 -
CMYK 0.87 0 0.14 0.4
HSL 170.08º 0.77% 0.34% -
HSV(B) 170.08º 0.87% 0.6% -
XYZ 15.78 24.57 25.38 -
YUV 110.73 139.44 63.29 -
System Red Green Blue C M Y K H S L
Decimal 20 153 131 0.87 0 0.14 0.4 170.08 0.77 0.34
Hex 14 99 83 57 0 E 28 AA 4D 22
Octal 24 231 203 127 0 16 50 252 115 42
Binary 10100 10011001 10000011 1010111 0 1110 101000 10101010 1001101 100010

Color Harmonies of #149983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149983

Black with #149983

Text Example


Text Example

White with #149983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149983; }

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

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

background-color css

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

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

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

border-color css

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

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

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