#28b18f

Color #28B18F Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #28B18F

Tints of Niagara #28B18F

Color information

#28B18F (or 0x28B18F) is unknown color: approx Niagara. HEX triplet: 28, B1 and 8F. RGB value is (40,177,143). Sum of RGB (Red+Green+Blue) = 40+177+143=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #28B18F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B18F is #D74E70. Grayscale: #848484. Windows color (decimal): -14110321 or 9417000. OLE color: 9417000.

HSL color Cylindrical-coordinate representation of color #28B18F: hue angle of 165.11º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B18F is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB40177143-
CMYK0.7700.190.31
HSL165.11º63.13%42.55%-
HSV(B)165.11º77.4%69.41%-
XYZ21.5633.8831.39-
YUV132.16134.1162.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.11%
GREEN value IS 177 (69.53% from 255) = 49.17%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=11.11%
G=49.17%
B=39.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal401771430.7700.190.31165.1163.1342.55
Hex28B18F4D0131Fa53f2b
Octal50261217115023372457753
Binary101000101100011000111110011010100111111110100101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28b18f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #28b18f;
 }
 .AnyTagClassName
 {
   color: #28b18f;
 }
</style>
background-color css

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

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

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

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

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

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