#3abbc8

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

Shades of Viking #3ABBC8

Tints of Viking #3ABBC8

Color information

#3ABBC8 (or 0x3ABBC8) is unknown color: approx Viking. HEX triplet: 3A, BB and C8. RGB value is (58,187,200). Sum of RGB (Red+Green+Blue) = 58+187+200=445 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.03% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #3ABBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABBC8 is #C54437. Grayscale: #959595. Windows color (decimal): -12928056 or 13155130. OLE color: 13155130.

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

Color convert

RGB58187200-
CMYK0.710.0600.22
HSL185.49º56.35%50.59%-
HSV(B)185.49º71%78.43%-
XYZ29.9440.6160.9-
YUV149.91156.2662.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.03%
GREEN value IS 187 (73.44% from 255) = 42.02%
BLUE value IS 200 (78.52% from 255) = 44.94%
R=13.03%
G=42.02%
B=44.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal581872000.710.0600.22185.4956.3550.59
Hex3ABBC8476016b93833
Octal7227331010760262717063
Binary1110101011101111001000100011111001011010111001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3abbc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,187,200); }

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

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

 a { background-color: rgb(58,187,200); }

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

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

 span { border-color: rgb(58,187,200); }

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