#28ACC4

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

Shades of Pelorous #28ACC4

Tints of Pelorous #28ACC4

Color information

#28ACC4 (or 0x28ACC4) is unknown color: approx Pelorous. HEX triplet: 28, AC and C4. RGB value is (40,172,196). Sum of RGB (Red+Green+Blue) = 40+172+196=408 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.80% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 196 - color contains mainly: blue. Hex color #28ACC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #28ACC4 is #D7533B. Grayscale: #878787. Windows color (decimal): -14111548 or 12889128. OLE color: 12889128.

HSL color Cylindrical-coordinate representation of color #28ACC4: hue angle of 189.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28ACC4 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB40172196-
CMYK0.800.1200.23
HSL189.23º66.1%46.27%-
HSV(B)189.23º79.59%76.86%-
XYZ25.5933.9457.43-
YUV135.27162.2760.05-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 9.80%
GREEN value IS 172 (67.58% from 255) = 42.16%
BLUE value IS 196 (76.95% from 255) = 48.04%
R=9.80%
G=42.16%
B=48.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal401721960.800.1200.23189.2366.146.27
Hex28ACC450C017bd422e
Octal502543041201402727510256
Binary101000101011001100010010100001100010111101111011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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