Html Css Color HEX #15A07C Free Speech Aquamarine

📋 copy color: '#15A07C'

red 21 ◦ green 160 ◦ blue 124

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

Shades of Free Speech Aquamarine #15A07C

Tints of Free Speech Aquamarine #15A07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 6.89%
G = 52.46%
B = 40.66%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#15A07C (or 0x15A07C) is known color: Free Speech Aquamarine. HEX triplet: 15, A0 and 7C. RGB value is (21,160,124). Sum of RGB (Red+Green+Blue) = 21+160+124=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 160 (62.89% from 255 or 52.46% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 160 - color contains mainly: green. Hex color #15A07C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A07C is #EA5F83. Grayscale: #727272. Windows color (decimal): -15359876 or 8167445. OLE color: 8167445.

HSL color Cylindrical-coordinate representation of color #15A07C: hue angle of 164.46º 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 #15A07C is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 160 124 -
CMYK 0.87 0 0.22 0.37
HSL 164.46º 0.77% 0.35% -
HSV(B) 164.46º 0.87% 0.63% -
XYZ 16.52 26.76 23.36 -
YUV 114.34 133.45 61.43 -
System Red Green Blue C M Y K H S L
Decimal 21 160 124 0.87 0 0.22 0.37 164.46 0.77 0.35
Hex 15 A0 7C 57 0 16 25 A4 4D 23
Octal 25 240 174 127 0 26 45 244 115 43
Binary 10101 10100000 1111100 1010111 0 10110 100101 10100100 1001101 100011

Color Harmonies of #15A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A07C

Black with #15A07C

Text Example


Text Example

White with #15A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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