#28A0AC

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

Shades of Pelorous #28A0AC

Tints of Pelorous #28A0AC

Color information

#28A0AC (or 0x28A0AC) is unknown color: approx Pelorous. HEX triplet: 28, A0 and AC. RGB value is (40,160,172). Sum of RGB (Red+Green+Blue) = 40+160+172=372 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.75% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #28A0AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A0AC is #D75F53. Grayscale: #7D7D7D. Windows color (decimal): -14114644 or 11313192. OLE color: 11313192.

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

Color convert

RGB40160172-
CMYK0.770.0700.33
HSL185.45º62.26%41.57%-
HSV(B)185.45º76.74%67.45%-
XYZ20.8928.5743.44-
YUV125.49154.2467.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.75%
GREEN value IS 160 (62.89% from 255) = 43.01%
BLUE value IS 172 (67.58% from 255) = 46.24%
R=10.75%
G=43.01%
B=46.24%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401601720.770.0700.33185.4562.2641.57
Hex28A0AC4D7021b93e2a
Octal5024025411570412717652
Binary10100010100000101011001001101111010000110111001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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