Html Css Color HEX #15A08A Niagara

📋 copy color: '#15A08A'

red 21 ◦ green 160 ◦ blue 138

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

Shades of Niagara #15A08A

Tints of Niagara #15A08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.26%

R = 6.58%
G = 50.16%
B = 43.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#15A08A (or 0x15A08A) is known color: Niagara. HEX triplet: 15, A0 and 8A. RGB value is (21,160,138). Sum of RGB (Red+Green+Blue) = 21+160+138=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 138 (54.30% from 255 or 43.26% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #15A08A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A08A is #EA5F75. Grayscale: #737373. Windows color (decimal): -15359862 or 9084949. OLE color: 9084949.

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

Color convert

RGB 21 160 138 -
CMYK 0.87 0 0.14 0.37
HSL 170.5º 0.77% 0.35% -
HSV(B) 170.5º 0.87% 0.63% -
XYZ 17.47 27.14 28.36 -
YUV 115.93 140.45 60.29 -
System Red Green Blue C M Y K H S L
Decimal 21 160 138 0.87 0 0.14 0.37 170.5 0.77 0.35
Hex 15 A0 8A 57 0 E 25 AB 4D 23
Octal 25 240 212 127 0 16 45 253 115 43
Binary 10101 10100000 10001010 1010111 0 1110 100101 10101011 1001101 100011

Color Harmonies of #15A08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A08A

Black with #15A08A

Text Example


Text Example

White with #15A08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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