Html Css Color HEX #28A495 Niagara

📋 copy color: '#28A495'

red 40 ◦ green 164 ◦ blue 149

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

Shades of Niagara #28A495

Tints of Niagara #28A495

RGB

 RED value IS 40 (16.02% from 255) = 11.33%

 GREEN value IS 164 (64.45% from 255) = 46.46%

 BLUE value IS 149 (58.59% from 255) = 42.21%

R = 11.33%
G = 46.46%
B = 42.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#28A495 (or 0x28A495) is known color: Niagara. HEX triplet: 28, A4 and 95. RGB value is (40,164,149). Sum of RGB (Red+Green+Blue) = 40+164+149=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #28A495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A495 is #D75B6A. Grayscale: #7D7D7D. Windows color (decimal): -14113643 or 9806888. OLE color: 9806888.

HSL color Cylindrical-coordinate representation of color #28A495: hue angle of 172.74º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A495 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 40 164 149 -
CMYK 0.76 0 0.09 0.36
HSL 172.74º 0.61% 0.4% -
HSV(B) 172.74º 0.76% 0.64% -
XYZ 19.58 29.17 33.03 -
YUV 125.21 141.42 67.22 -
System Red Green Blue C M Y K H S L
Decimal 40 164 149 0.76 0 0.09 0.36 172.74 0.61 0.4
Hex 28 A4 95 4C 0 9 24 AD 3D 28
Octal 50 244 225 114 0 11 44 255 75 50
Binary 101000 10100100 10010101 1001100 0 1001 100100 10101101 111101 101000

Color Harmonies of #28A495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A495

Black with #28A495

Text Example


Text Example

White with #28A495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28A495; }

 p { color: rgb(40,164,149); }

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

background-color css

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

 a { background-color: rgb(40,164,149); }

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

border-color css

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

 span { border-color: rgb(40,164,149); }

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