Html Css Color HEX #28AD8F Niagara

📋 copy color: '#28AD8F'

red 40 ◦ green 173 ◦ blue 143

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

Shades of Niagara #28AD8F

Tints of Niagara #28AD8F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.6%

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 11.24%
G = 48.6%
B = 40.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#28AD8F (or 0x28AD8F) is known color: Niagara. HEX triplet: 28, AD and 8F. RGB value is (40,173,143). Sum of RGB (Red+Green+Blue) = 40+173+143=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AD8F is #D75270. Grayscale: #818181. Windows color (decimal): -14111345 or 9415976. OLE color: 9415976.

HSL color Cylindrical-coordinate representation of color #28AD8F: hue angle of 166.47º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AD8F is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 40 173 143 -
CMYK 0.77 0 0.17 0.32
HSL 166.47º 0.62% 0.42% -
HSV(B) 166.47º 0.77% 0.68% -
XYZ 20.78 32.32 31.13 -
YUV 129.81 135.44 63.94 -
System Red Green Blue C M Y K H S L
Decimal 40 173 143 0.77 0 0.17 0.32 166.47 0.62 0.42
Hex 28 AD 8F 4D 0 11 20 A6 3E 2A
Octal 50 255 217 115 0 21 40 246 76 52
Binary 101000 10101101 10001111 1001101 0 10001 100000 10100110 111110 101010

Color Harmonies of #28AD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AD8F

Black with #28AD8F

Text Example


Text Example

White with #28AD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,173,143); }

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

background-color css

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

 a { background-color: rgb(40,173,143); }

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

border-color css

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

 span { border-color: rgb(40,173,143); }

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