#28A5AC

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

Shades of Pelorous #28A5AC

Tints of Pelorous #28A5AC

Color information

#28A5AC (or 0x28A5AC) is unknown color: approx Pelorous. HEX triplet: 28, A5 and AC. RGB value is (40,165,172). Sum of RGB (Red+Green+Blue) = 40+165+172=377 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.61% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #28A5AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A5AC is #D75A53. Grayscale: #808080. Windows color (decimal): -14113364 or 11314472. OLE color: 11314472.

HSL color Cylindrical-coordinate representation of color #28A5AC: hue angle of 183.18º 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 #28A5AC is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB40165172-
CMYK0.770.0400.33
HSL183.18º62.26%41.57%-
HSV(B)183.18º76.74%67.45%-
XYZ21.7830.3443.74-
YUV128.42152.5964.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.61%
GREEN value IS 165 (64.84% from 255) = 43.77%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=10.61%
G=43.77%
B=45.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401651720.770.0400.33183.1862.2641.57
Hex28A5AC4D4021b73e2a
Octal5024525411540412677652
Binary10100010100101101011001001101100010000110110111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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