#3ABECE

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

Shades of Viking #3ABECE

Tints of Viking #3ABECE

Color information

#3ABECE (or 0x3ABECE) is unknown color: approx Viking. HEX triplet: 3A, BE and CE. RGB value is (58,190,206). Sum of RGB (Red+Green+Blue) = 58+190+206=454 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.78% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #3ABECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABECE is #C54131. Grayscale: #989898. Windows color (decimal): -12927282 or 13549114. OLE color: 13549114.

HSL color Cylindrical-coordinate representation of color #3ABECE: hue angle of 186.49º 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 #3ABECE is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB58190206-
CMYK0.720.0800.19
HSL186.49º60.16%51.76%-
HSV(B)186.49º71.84%80.78%-
XYZ31.342.1864.88-
YUV152.36158.2760.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.78%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 206 (80.86% from 255) = 45.37%
R=12.78%
G=41.85%
B=45.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal581902060.720.0800.19186.4960.1651.76
Hex3ABECE488013ba3c34
Octal72276316110100232727464
Binary11101010111110110011101001000100001001110111010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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