#3CACC5

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

Shades of Viking #3CACC5

Tints of Viking #3CACC5

Color information

#3CACC5 (or 0x3CACC5) is unknown color: approx Viking. HEX triplet: 3C, AC and C5. RGB value is (60,172,197). Sum of RGB (Red+Green+Blue) = 60+172+197=429 (56% of max value = 765). Red value is 60 (23.83% from 255 or 13.99% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #3CACC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CACC5 is #C3533A. Grayscale: #8D8D8D. Windows color (decimal): -12800827 or 12954684. OLE color: 12954684.

HSL color Cylindrical-coordinate representation of color #3CACC5: hue angle of 190.95º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CACC5 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB60172197-
CMYK0.700.1300.23
HSL190.95º54.15%50.39%-
HSV(B)190.95º69.54%77.25%-
XYZ26.6934.558.07-
YUV141.36159.3969.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.99%
GREEN value IS 172 (67.58% from 255) = 40.09%
BLUE value IS 197 (77.34% from 255) = 45.92%
R=13.99%
G=40.09%
B=45.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal601721970.700.1300.23190.9554.1550.39
Hex3CACC546D017bf3632
Octal74254305106150272776662
Binary11110010101100110001011000110110101011110111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CACC5; }

 p { color: rgb(60,172,197); }

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

<style>
 a { background-color: #3CACC5; }

 a { background-color: rgb(60,172,197); }

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

<style>
 span { border-color: #3CACC5; }

 span { border-color: rgb(60,172,197); }

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