Html Css Color HEX #28A696 Niagara

📋 copy color: '#28A696'

red 40 ◦ green 166 ◦ blue 150

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

Shades of Niagara #28A696

Tints of Niagara #28A696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.63%

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

R = 11.24%
G = 46.63%
B = 42.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#28A696 (or 0x28A696) is known color: Niagara. HEX triplet: 28, A6 and 96. RGB value is (40,166,150). Sum of RGB (Red+Green+Blue) = 40+166+150=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #28A696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A696 is #D75969. Grayscale: #7E7E7E. Windows color (decimal): -14113130 or 9872936. OLE color: 9872936.

HSL color Cylindrical-coordinate representation of color #28A696: hue angle of 172.38º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A696 is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 40 166 150 -
CMYK 0.76 0 0.10 0.35
HSL 172.38º 0.61% 0.4% -
HSV(B) 172.38º 0.76% 0.65% -
XYZ 20.02 29.93 33.58 -
YUV 126.5 141.26 66.3 -
System Red Green Blue C M Y K H S L
Decimal 40 166 150 0.76 0 0.10 0.35 172.38 0.61 0.4
Hex 28 A6 96 4C 0 A 23 AC 3D 28
Octal 50 246 226 114 0 12 43 254 75 50
Binary 101000 10100110 10010110 1001100 0 1010 100011 10101100 111101 101000

Color Harmonies of #28A696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A696

Black with #28A696

Text Example


Text Example

White with #28A696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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