#3ABCBD

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

Shades of Viking #3ABCBD

Tints of Viking #3ABCBD

Color information

#3ABCBD (or 0x3ABCBD) is unknown color: approx Viking. HEX triplet: 3A, BC and BD. RGB value is (58,188,189). Sum of RGB (Red+Green+Blue) = 58+188+189=435 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.33% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #3ABCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABCBD is #C54342. Grayscale: #959595. Windows color (decimal): -12927811 or 12434490. OLE color: 12434490.

HSL color Cylindrical-coordinate representation of color #3ABCBD: hue angle of 180.46º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABCBD is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB58188189-
CMYK0.690.0100.26
HSL180.46º53.04%48.43%-
HSV(B)180.46º69.31%74.12%-
XYZ28.9140.5454.45-
YUV149.24150.4362.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.33%
GREEN value IS 188 (73.83% from 255) = 43.22%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=13.33%
G=43.22%
B=43.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal581881890.690.0100.26180.4653.0448.43
Hex3ABCBD45101Ab43530
Octal7227427510510322646560
Binary11101010111100101111011000101101101010110100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ABCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,188,189); }

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

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

 a { background-color: rgb(58,188,189); }

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

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

 span { border-color: rgb(58,188,189); }

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