Html Css Color HEX #28A796 Niagara

📋 copy color: '#28A796'

red 40 ◦ green 167 ◦ blue 150

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

Shades of Niagara #28A796

Tints of Niagara #28A796

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.78%

 BLUE value IS 150 (58.98% from 255) = 42.02%

R = 11.2%
G = 46.78%
B = 42.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#28A796 (or 0x28A796) is known color: Niagara. HEX triplet: 28, A7 and 96. RGB value is (40,167,150). Sum of RGB (Red+Green+Blue) = 40+167+150=357 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.20% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 167 - color contains mainly: green. Hex color #28A796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A796 is #D75869. Grayscale: #7F7F7F. Windows color (decimal): -14112874 or 9873192. OLE color: 9873192.

HSL color Cylindrical-coordinate representation of color #28A796: hue angle of 171.97º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A796 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 40 167 150 -
CMYK 0.76 0 0.10 0.35
HSL 171.97º 0.61% 0.41% -
HSV(B) 171.97º 0.76% 0.65% -
XYZ 20.2 30.29 33.64 -
YUV 127.09 140.92 65.88 -
System Red Green Blue C M Y K H S L
Decimal 40 167 150 0.76 0 0.10 0.35 171.97 0.61 0.41
Hex 28 A7 96 4C 0 A 23 AC 3D 29
Octal 50 247 226 114 0 12 43 254 75 51
Binary 101000 10100111 10010110 1001100 0 1010 100011 10101100 111101 101001

Color Harmonies of #28A796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A796

Black with #28A796

Text Example


Text Example

White with #28A796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,167,150); }

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

background-color css

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

 a { background-color: rgb(40,167,150); }

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

border-color css

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

 span { border-color: rgb(40,167,150); }

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