#3ABECA

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

Shades of Viking #3ABECA

Tints of Viking #3ABECA

Color information

#3ABECA (or 0x3ABECA) is unknown color: approx Viking. HEX triplet: 3A, BE and CA. RGB value is (58,190,202). Sum of RGB (Red+Green+Blue) = 58+190+202=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #3ABECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABECA is #C54135. Grayscale: #979797. Windows color (decimal): -12927286 or 13286970. OLE color: 13286970.

HSL color Cylindrical-coordinate representation of color #3ABECA: hue angle of 185º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ABECA is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB58190202-
CMYK0.710.0600.21
HSL185º57.6%50.98%-
HSV(B)185º71.29%79.22%-
XYZ30.8241.9962.36-
YUV151.9156.2761.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.89%
GREEN value IS 190 (74.61% from 255) = 42.22%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=12.89%
G=42.22%
B=44.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal581902020.710.0600.2118557.650.98
Hex3ABECA476015b93a33
Octal7227631210760252717263
Binary1110101011111011001010100011111001010110111001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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