#3ABACE

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

Shades of Viking #3ABACE

Tints of Viking #3ABACE

Color information

#3ABACE (or 0x3ABACE) is unknown color: approx Viking. HEX triplet: 3A, BA and CE. RGB value is (58,186,206). Sum of RGB (Red+Green+Blue) = 58+186+206=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #3ABACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABACE is #C54531. Grayscale: #959595. Windows color (decimal): -12928306 or 13548090. OLE color: 13548090.

HSL color Cylindrical-coordinate representation of color #3ABACE: hue angle of 188.11º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABACE is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB58186206-
CMYK0.720.1000.19
HSL188.11º60.16%51.76%-
HSV(B)188.11º71.84%80.78%-
XYZ30.4440.4764.6-
YUV150.01159.5962.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.89%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 206 (80.86% from 255) = 45.78%
R=12.89%
G=41.33%
B=45.78%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal581862060.720.1000.19188.1160.1651.76
Hex3ABACE48A013bc3c34
Octal72272316110120232747464
Binary11101010111010110011101001000101001001110111100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,186,206); }

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

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

 a { background-color: rgb(58,186,206); }

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

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

 span { border-color: rgb(58,186,206); }

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