Html Css Color HEX #28A992 Niagara

📋 copy color: '#28A992'

red 40 ◦ green 169 ◦ blue 146

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

Shades of Niagara #28A992

Tints of Niagara #28A992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.61%

 BLUE value IS 146 (57.42% from 255) = 41.13%

R = 11.27%
G = 47.61%
B = 41.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#28A992 (or 0x28A992) is known color: Niagara. HEX triplet: 28, A9 and 92. RGB value is (40,169,146). Sum of RGB (Red+Green+Blue) = 40+169+146=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #28A992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A992 is #D7566D. Grayscale: #7F7F7F. Windows color (decimal): -14112366 or 9611560. OLE color: 9611560.

HSL color Cylindrical-coordinate representation of color #28A992: hue angle of 169.3º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A992 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 40 169 146 -
CMYK 0.76 0 0.14 0.34
HSL 169.3º 0.62% 0.41% -
HSV(B) 169.3º 0.76% 0.66% -
XYZ 20.25 30.9 32.09 -
YUV 127.81 138.26 65.37 -
System Red Green Blue C M Y K H S L
Decimal 40 169 146 0.76 0 0.14 0.34 169.3 0.62 0.41
Hex 28 A9 92 4C 0 E 22 A9 3E 29
Octal 50 251 222 114 0 16 42 251 76 51
Binary 101000 10101001 10010010 1001100 0 1110 100010 10101001 111110 101001

Color Harmonies of #28A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A992

Black with #28A992

Text Example


Text Example

White with #28A992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,169,146); }

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

background-color css

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

 a { background-color: rgb(40,169,146); }

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

border-color css

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

 span { border-color: rgb(40,169,146); }

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