#33ACC4

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

Shades of Viking #33ACC4

Tints of Viking #33ACC4

Color information

#33ACC4 (or 0x33ACC4) is unknown color: approx Viking. HEX triplet: 33, AC and C4. RGB value is (51,172,196). Sum of RGB (Red+Green+Blue) = 51+172+196=419 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.17% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #33ACC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACC4 is #CC533B. Grayscale: #8A8A8A. Windows color (decimal): -13390652 or 12889139. OLE color: 12889139.

HSL color Cylindrical-coordinate representation of color #33ACC4: hue angle of 189.93º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33ACC4 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB51172196-
CMYK0.740.1200.23
HSL189.93º58.7%48.43%-
HSV(B)189.93º73.98%76.86%-
XYZ26.0834.1957.45-
YUV138.56160.4165.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.17%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 196 (76.95% from 255) = 46.78%
R=12.17%
G=41.05%
B=46.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal511721960.740.1200.23189.9358.748.43
Hex33ACC44AC017be3b30
Octal63254304112140272767360
Binary11001110101100110001001001010110001011110111110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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