Html Css Color HEX #28A088 Niagara

📋 copy color: '#28A088'

red 40 ◦ green 160 ◦ blue 136

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

Shades of Niagara #28A088

Tints of Niagara #28A088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.48%

R = 11.9%
G = 47.62%
B = 40.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#28A088 (or 0x28A088) is known color: Niagara. HEX triplet: 28, A0 and 88. RGB value is (40,160,136). Sum of RGB (Red+Green+Blue) = 40+160+136=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #28A088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A088 is #D75F77. Grayscale: #797979. Windows color (decimal): -14114680 or 8953896. OLE color: 8953896.

HSL color Cylindrical-coordinate representation of color #28A088: hue angle of 168º 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 #28A088 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 40 160 136 -
CMYK 0.75 0 0.15 0.37
HSL 168º 0.6% 0.39% -
HSV(B) 168º 0.75% 0.63% -
XYZ 17.89 27.37 27.63 -
YUV 121.38 136.24 69.95 -
System Red Green Blue C M Y K H S L
Decimal 40 160 136 0.75 0 0.15 0.37 168 0.6 0.39
Hex 28 A0 88 4B 0 F 25 A8 3C 27
Octal 50 240 210 113 0 17 45 250 74 47
Binary 101000 10100000 10001000 1001011 0 1111 100101 10101000 111100 100111

Color Harmonies of #28A088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28A088

Black with #28A088

Text Example


Text Example

White with #28A088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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