#33AAC3

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

Shades of Viking #33AAC3

Tints of Viking #33AAC3

Color information

#33AAC3 (or 0x33AAC3) is unknown color: approx Viking. HEX triplet: 33, AA and C3. RGB value is (51,170,195). Sum of RGB (Red+Green+Blue) = 51+170+195=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 195 (76.56% from 255 or 46.88% from 416); Max value from RGB is 195 - color contains mainly: blue. Hex color #33AAC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AAC3 is #CC553C. Grayscale: #898989. Windows color (decimal): -13391165 or 12823091. OLE color: 12823091.

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

Color convert

RGB51170195-
CMYK0.740.1300.24
HSL190.42º58.54%48.24%-
HSV(B)190.42º73.85%76.47%-
XYZ25.5933.3956.73-
YUV137.27160.5866.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.26%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 195 (76.56% from 255) = 46.88%
R=12.26%
G=40.87%
B=46.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal511701950.740.1300.24190.4258.5448.24
Hex33AAC34AD018be3b30
Octal63252303112150302767360
Binary11001110101010110000111001010110101100010111110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,170,195); }

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

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

 a { background-color: rgb(51,170,195); }

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

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

 span { border-color: rgb(51,170,195); }

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