Html Css Color HEX #28BB96 Niagara

📋 copy color: '#28BB96'

red 40 ◦ green 187 ◦ blue 150

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

Shades of Niagara #28BB96

Tints of Niagara #28BB96

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.6%

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

R = 10.61%
G = 49.6%
B = 39.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#28BB96 (or 0x28BB96) is known color: Niagara. HEX triplet: 28, BB and 96. RGB value is (40,187,150). Sum of RGB (Red+Green+Blue) = 40+187+150=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #28BB96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28BB96 is #D74469. Grayscale: #8A8A8A. Windows color (decimal): -14107754 or 9878312. OLE color: 9878312.

HSL color Cylindrical-coordinate representation of color #28BB96: hue angle of 164.9º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BB96 is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 187 150 -
CMYK 0.79 0 0.20 0.27
HSL 164.9º 0.65% 0.45% -
HSV(B) 164.9º 0.79% 0.73% -
XYZ 24.15 38.19 34.95 -
YUV 138.83 134.3 57.51 -
System Red Green Blue C M Y K H S L
Decimal 40 187 150 0.79 0 0.20 0.27 164.9 0.65 0.45
Hex 28 BB 96 4F 0 14 1B A5 41 2D
Octal 50 273 226 117 0 24 33 245 101 55
Binary 101000 10111011 10010110 1001111 0 10100 11011 10100101 1000001 101101

Color Harmonies of #28BB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28BB96

Black with #28BB96

Text Example


Text Example

White with #28BB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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