Html Css Color HEX #149582 Free Speech Aquamarine

📋 copy color: '#149582'

red 20 ◦ green 149 ◦ blue 130

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

Shades of Free Speech Aquamarine #149582

Tints of Free Speech Aquamarine #149582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.83%

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 6.69%
G = 49.83%
B = 43.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#149582 (or 0x149582) is known color: Free Speech Aquamarine. HEX triplet: 14, 95 and 82. RGB value is (20,149,130). Sum of RGB (Red+Green+Blue) = 20+149+130=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 149 - color contains mainly: green. Hex color #149582 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149582 is #EB6A7D. Grayscale: #6C6C6C. Windows color (decimal): -15428222 or 8557844. OLE color: 8557844.

HSL color Cylindrical-coordinate representation of color #149582: hue angle of 171.16º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149582 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 149 130 -
CMYK 0.87 0 0.13 0.42
HSL 171.16º 0.76% 0.33% -
HSV(B) 171.16º 0.87% 0.58% -
XYZ 15.07 23.26 24.81 -
YUV 108.26 140.26 65.04 -
System Red Green Blue C M Y K H S L
Decimal 20 149 130 0.87 0 0.13 0.42 171.16 0.76 0.33
Hex 14 95 82 57 0 D 2A AB 4C 21
Octal 24 225 202 127 0 15 52 253 114 41
Binary 10100 10010101 10000010 1010111 0 1101 101010 10101011 1001100 100001

Color Harmonies of #149582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149582

Black with #149582

Text Example


Text Example

White with #149582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149582; }

 p { color: rgb(20,149,130); }

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

background-color css

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

 a { background-color: rgb(20,149,130); }

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

border-color css

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

 span { border-color: rgb(20,149,130); }

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