Html Css Color HEX #28AB96 Niagara

📋 copy color: '#28AB96'

red 40 ◦ green 171 ◦ blue 150

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

Shades of Niagara #28AB96

Tints of Niagara #28AB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.37%

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

R = 11.08%
G = 47.37%
B = 41.55%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#28AB96 (or 0x28AB96) is known color: Niagara. HEX triplet: 28, AB and 96. RGB value is (40,171,150). Sum of RGB (Red+Green+Blue) = 40+171+150=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AB96 is #D75469. Grayscale: #818181. Windows color (decimal): -14111850 or 9874216. OLE color: 9874216.

HSL color Cylindrical-coordinate representation of color #28AB96: hue angle of 170.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AB96 is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 171 150 -
CMYK 0.77 0 0.12 0.33
HSL 170.38º 0.62% 0.41% -
HSV(B) 170.38º 0.77% 0.67% -
XYZ 20.94 31.78 33.88 -
YUV 129.44 139.6 64.21 -
System Red Green Blue C M Y K H S L
Decimal 40 171 150 0.77 0 0.12 0.33 170.38 0.62 0.41
Hex 28 AB 96 4D 0 C 21 AA 3E 29
Octal 50 253 226 115 0 14 41 252 76 51
Binary 101000 10101011 10010110 1001101 0 1100 100001 10101010 111110 101001

Color Harmonies of #28AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AB96

Black with #28AB96

Text Example


Text Example

White with #28AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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