#3AB2C0

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

Shades of Viking #3AB2C0

Tints of Viking #3AB2C0

Color information

#3AB2C0 (or 0x3AB2C0) is unknown color: approx Viking. HEX triplet: 3A, B2 and C0. RGB value is (58,178,192). Sum of RGB (Red+Green+Blue) = 58+178+192=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #3AB2C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AB2C0 is #C54D3F. Grayscale: #8F8F8F. Windows color (decimal): -12930368 or 12628538. OLE color: 12628538.

HSL color Cylindrical-coordinate representation of color #3AB2C0: hue angle of 186.27º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AB2C0 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58178192-
CMYK0.700.0700.25
HSL186.27º53.6%49.02%-
HSV(B)186.27º69.79%75.29%-
XYZ27.1836.5555.49-
YUV143.72155.2466.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.55%
GREEN value IS 178 (69.92% from 255) = 41.59%
BLUE value IS 192 (75.39% from 255) = 44.86%
R=13.55%
G=41.59%
B=44.86%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581781920.700.0700.25186.2753.649.02
Hex3AB2C0467019ba3631
Octal7226230010670312726661
Binary1110101011001011000000100011011101100110111010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AB2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,178,192); }

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

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

 a { background-color: rgb(58,178,192); }

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

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

 span { border-color: rgb(58,178,192); }

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