#28AAC0

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

Shades of Pelorous #28AAC0

Tints of Pelorous #28AAC0

Color information

#28AAC0 (or 0x28AAC0) is unknown color: approx Pelorous. HEX triplet: 28, AA and C0. RGB value is (40,170,192). Sum of RGB (Red+Green+Blue) = 40+170+192=402 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.95% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 192 (75.39% from 255 or 47.76% from 402); Max value from RGB is 192 - color contains mainly: blue. Hex color #28AAC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28AAC0 is #D7553F. Grayscale: #858585. Windows color (decimal): -14112064 or 12626472. OLE color: 12626472.

HSL color Cylindrical-coordinate representation of color #28AAC0: hue angle of 188.68º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28AAC0 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB40170192-
CMYK0.790.1100.25
HSL188.68º65.52%45.49%-
HSV(B)188.68º79.17%75.29%-
XYZ24.7633.0154.93-
YUV133.64160.9361.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.95%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 192 (75.39% from 255) = 47.76%
R=9.95%
G=42.29%
B=47.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal401701920.790.1100.25188.6865.5245.49
Hex28AAC04FB019bd422d
Octal502523001171303127510255
Binary101000101010101100000010011111011011001101111011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,170,192); }

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

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

 a { background-color: rgb(40,170,192); }

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

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

 span { border-color: rgb(40,170,192); }

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