Html Css Color HEX #28A184 Niagara

📋 copy color: '#28A184'

red 40 ◦ green 161 ◦ blue 132

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

Shades of Niagara #28A184

Tints of Niagara #28A184

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.35%

 BLUE value IS 132 (51.95% from 255) = 39.64%

R = 12.01%
G = 48.35%
B = 39.64%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#28A184 (or 0x28A184) is known color: Niagara. HEX triplet: 28, A1 and 84. RGB value is (40,161,132). Sum of RGB (Red+Green+Blue) = 40+161+132=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #28A184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A184 is #D75E7B. Grayscale: #797979. Windows color (decimal): -14114428 or 8692008. OLE color: 8692008.

HSL color Cylindrical-coordinate representation of color #28A184: hue angle of 165.62º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A184 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 161 132 -
CMYK 0.75 0 0.18 0.37
HSL 165.62º 0.6% 0.39% -
HSV(B) 165.62º 0.75% 0.63% -
XYZ 17.78 27.61 26.22 -
YUV 121.52 133.91 69.86 -
System Red Green Blue C M Y K H S L
Decimal 40 161 132 0.75 0 0.18 0.37 165.62 0.6 0.39
Hex 28 A1 84 4B 0 12 25 A6 3C 27
Octal 50 241 204 113 0 22 45 246 74 47
Binary 101000 10100001 10000100 1001011 0 10010 100101 10100110 111100 100111

Color Harmonies of #28A184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A184

Black with #28A184

Text Example


Text Example

White with #28A184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,161,132); }

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

background-color css

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

 a { background-color: rgb(40,161,132); }

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

border-color css

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

 span { border-color: rgb(40,161,132); }

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