Html Css Color HEX #28AA90 Niagara

📋 copy color: '#28AA90'

red 40 ◦ green 170 ◦ blue 144

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

Shades of Niagara #28AA90

Tints of Niagara #28AA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.02%

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 11.3%
G = 48.02%
B = 40.68%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#28AA90 (or 0x28AA90) is known color: Niagara. HEX triplet: 28, AA and 90. RGB value is (40,170,144). Sum of RGB (Red+Green+Blue) = 40+170+144=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AA90 is #D7556F. Grayscale: #808080. Windows color (decimal): -14112112 or 9480744. OLE color: 9480744.

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

Color convert

RGB 40 170 144 -
CMYK 0.76 0 0.15 0.33
HSL 168º 0.62% 0.41% -
HSV(B) 168º 0.76% 0.67% -
XYZ 20.28 31.21 31.34 -
YUV 128.17 136.93 65.11 -
System Red Green Blue C M Y K H S L
Decimal 40 170 144 0.76 0 0.15 0.33 168 0.62 0.41
Hex 28 AA 90 4C 0 F 21 A8 3E 29
Octal 50 252 220 114 0 17 41 250 76 51
Binary 101000 10101010 10010000 1001100 0 1111 100001 10101000 111110 101001

Color Harmonies of #28AA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AA90

Black with #28AA90

Text Example


Text Example

White with #28AA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,170,144); }

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

background-color css

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

 a { background-color: rgb(40,170,144); }

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

border-color css

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

 span { border-color: rgb(40,170,144); }

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