Html Css Color HEX #28A085 Niagara

📋 copy color: '#28A085'

red 40 ◦ green 160 ◦ blue 133

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

Shades of Niagara #28A085

Tints of Niagara #28A085

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.05%

 BLUE value IS 133 (52.34% from 255) = 39.94%

R = 12.01%
G = 48.05%
B = 39.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#28A085 (or 0x28A085) is known color: Niagara. HEX triplet: 28, A0 and 85. RGB value is (40,160,133). Sum of RGB (Red+Green+Blue) = 40+160+133=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #28A085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A085 is #D75F7A. Grayscale: #797979. Windows color (decimal): -14114683 or 8757288. OLE color: 8757288.

HSL color Cylindrical-coordinate representation of color #28A085: hue angle of 166.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A085 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 160 133 -
CMYK 0.75 0 0.17 0.37
HSL 166.5º 0.6% 0.39% -
HSV(B) 166.5º 0.75% 0.63% -
XYZ 17.68 27.29 26.53 -
YUV 121.04 134.74 70.2 -
System Red Green Blue C M Y K H S L
Decimal 40 160 133 0.75 0 0.17 0.37 166.5 0.6 0.39
Hex 28 A0 85 4B 0 11 25 A6 3C 27
Octal 50 240 205 113 0 21 45 246 74 47
Binary 101000 10100000 10000101 1001011 0 10001 100101 10100110 111100 100111

Color Harmonies of #28A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A085

Black with #28A085

Text Example


Text Example

White with #28A085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,160,133); }

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

background-color css

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

 a { background-color: rgb(40,160,133); }

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

border-color css

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

 span { border-color: rgb(40,160,133); }

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