#33ACC0

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

Shades of Pelorous #33ACC0

Tints of Pelorous #33ACC0

Color information

#33ACC0 (or 0x33ACC0) is unknown color: approx Pelorous. HEX triplet: 33, AC and C0. RGB value is (51,172,192). Sum of RGB (Red+Green+Blue) = 51+172+192=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #33ACC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACC0 is #CC533F. Grayscale: #898989. Windows color (decimal): -13390656 or 12626995. OLE color: 12626995.

HSL color Cylindrical-coordinate representation of color #33ACC0: hue angle of 188.51º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33ACC0 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB51172192-
CMYK0.730.1000.25
HSL188.51º58.02%47.65%-
HSV(B)188.51º73.44%75.29%-
XYZ25.6334.0155.08-
YUV138.1158.4165.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.29%
GREEN value IS 172 (67.58% from 255) = 41.45%
BLUE value IS 192 (75.39% from 255) = 46.27%
R=12.29%
G=41.45%
B=46.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511721920.730.1000.25188.5158.0247.65
Hex33ACC049A019bd3a30
Octal63254300111120312757260
Binary11001110101100110000001001001101001100110111101111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33ACC0; }

 p { color: rgb(51,172,192); }

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

<style>
 a { background-color: #33ACC0; }

 a { background-color: rgb(51,172,192); }

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

<style>
 span { border-color: #33ACC0; }

 span { border-color: rgb(51,172,192); }

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