Html Css Color HEX #28B49B Niagara

📋 copy color: '#28B49B'

red 40 ◦ green 180 ◦ blue 155

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

Shades of Niagara #28B49B

Tints of Niagara #28B49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48%

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 10.67%
G = 48%
B = 41.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#28B49B (or 0x28B49B) is known color: Niagara. HEX triplet: 28, B4 and 9B. RGB value is (40,180,155). Sum of RGB (Red+Green+Blue) = 40+180+155=375 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.67% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #28B49B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B49B is #D74B64. Grayscale: #878787. Windows color (decimal): -14109541 or 10204200. OLE color: 10204200.

HSL color Cylindrical-coordinate representation of color #28B49B: hue angle of 169.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B49B is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 40 180 155 -
CMYK 0.78 0 0.14 0.29
HSL 169.29º 0.64% 0.43% -
HSV(B) 169.29º 0.78% 0.71% -
XYZ 23.11 35.46 36.64 -
YUV 135.29 139.12 60.03 -
System Red Green Blue C M Y K H S L
Decimal 40 180 155 0.78 0 0.14 0.29 169.29 0.64 0.43
Hex 28 B4 9B 4E 0 E 1D A9 40 2B
Octal 50 264 233 116 0 16 35 251 100 53
Binary 101000 10110100 10011011 1001110 0 1110 11101 10101001 1000000 101011

Color Harmonies of #28B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28B49B

Black with #28B49B

Text Example


Text Example

White with #28B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,180,155); }

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

background-color css

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

 a { background-color: rgb(40,180,155); }

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

border-color css

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

 span { border-color: rgb(40,180,155); }

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