Html Css Color HEX #28AB8C Niagara

📋 copy color: '#28AB8C'

red 40 ◦ green 171 ◦ blue 140

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

Shades of Niagara #28AB8C

Tints of Niagara #28AB8C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.72%

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 11.4%
G = 48.72%
B = 39.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#28AB8C (or 0x28AB8C) is known color: Niagara. HEX triplet: 28, AB and 8C. RGB value is (40,171,140). Sum of RGB (Red+Green+Blue) = 40+171+140=351 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.40% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AB8C is #D75473. Grayscale: #808080. Windows color (decimal): -14111860 or 9218856. OLE color: 9218856.

HSL color Cylindrical-coordinate representation of color #28AB8C: hue angle of 165.8º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AB8C is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 171 140 -
CMYK 0.77 0 0.18 0.33
HSL 165.8º 0.62% 0.41% -
HSV(B) 165.8º 0.77% 0.67% -
XYZ 20.17 31.47 29.82 -
YUV 128.3 134.6 65.02 -
System Red Green Blue C M Y K H S L
Decimal 40 171 140 0.77 0 0.18 0.33 165.8 0.62 0.41
Hex 28 AB 8C 4D 0 12 21 A6 3E 29
Octal 50 253 214 115 0 22 41 246 76 51
Binary 101000 10101011 10001100 1001101 0 10010 100001 10100110 111110 101001

Color Harmonies of #28AB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28AB8C

Black with #28AB8C

Text Example


Text Example

White with #28AB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,171,140); }

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

background-color css

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

 a { background-color: rgb(40,171,140); }

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

border-color css

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

 span { border-color: rgb(40,171,140); }

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