Html Css Color HEX #15A078 Free Speech Aquamarine

📋 copy color: '#15A078'

red 21 ◦ green 160 ◦ blue 120

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

Shades of Free Speech Aquamarine #15A078

Tints of Free Speech Aquamarine #15A078

RGB

 RED value IS 21 (8.59% from 255) = 6.98%

 GREEN value IS 160 (62.89% from 255) = 53.16%

 BLUE value IS 120 (47.27% from 255) = 39.87%

R = 6.98%
G = 53.16%
B = 39.87%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#15A078 (or 0x15A078) is known color: Free Speech Aquamarine. HEX triplet: 15, A0 and 78. RGB value is (21,160,120). Sum of RGB (Red+Green+Blue) = 21+160+120=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #15A078 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A078 is #EA5F87. Grayscale: #717171. Windows color (decimal): -15359880 or 7905301. OLE color: 7905301.

HSL color Cylindrical-coordinate representation of color #15A078: hue angle of 162.73º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A078 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 160 120 -
CMYK 0.87 0 0.25 0.37
HSL 162.73º 0.77% 0.35% -
HSV(B) 162.73º 0.87% 0.63% -
XYZ 16.27 26.66 22.06 -
YUV 113.88 131.45 61.75 -
System Red Green Blue C M Y K H S L
Decimal 21 160 120 0.87 0 0.25 0.37 162.73 0.77 0.35
Hex 15 A0 78 57 0 19 25 A3 4D 23
Octal 25 240 170 127 0 31 45 243 115 43
Binary 10101 10100000 1111000 1010111 0 11001 100101 10100011 1001101 100011

Color Harmonies of #15A078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A078

Black with #15A078

Text Example


Text Example

White with #15A078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15A078; }

 p { color: rgb(21,160,120); }

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

background-color css

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

 a { background-color: rgb(21,160,120); }

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

border-color css

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

 span { border-color: rgb(21,160,120); }

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