Html Css Color HEX #139975 Free Speech Aquamarine

📋 copy color: '#139975'

red 19 ◦ green 153 ◦ blue 117

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

Shades of Free Speech Aquamarine #139975

Tints of Free Speech Aquamarine #139975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.48%

R = 6.57%
G = 52.94%
B = 40.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#139975 (or 0x139975) is known color: Free Speech Aquamarine. HEX triplet: 13, 99 and 75. RGB value is (19,153,117). Sum of RGB (Red+Green+Blue) = 19+153+117=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #139975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139975 is #EC668A. Grayscale: #6C6C6C. Windows color (decimal): -15492747 or 7706899. OLE color: 7706899.

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

Color convert

RGB 19 153 117 -
CMYK 0.88 0 0.24 0.4
HSL 163.88º 0.78% 0.34% -
HSV(B) 163.88º 0.88% 0.6% -
XYZ 14.87 24.21 20.72 -
YUV 108.83 132.61 63.93 -
System Red Green Blue C M Y K H S L
Decimal 19 153 117 0.88 0 0.24 0.4 163.88 0.78 0.34
Hex 13 99 75 58 0 18 28 A4 4E 22
Octal 23 231 165 130 0 30 50 244 116 42
Binary 10011 10011001 1110101 1011000 0 11000 101000 10100100 1001110 100010

Color Harmonies of #139975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139975

Black with #139975

Text Example


Text Example

White with #139975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139975; }

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

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

background-color css

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

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

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

border-color css

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

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

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