#3CABBC

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

Shades of Viking #3CABBC

Tints of Viking #3CABBC

Color information

#3CABBC (or 0x3CABBC) is unknown color: approx Viking. HEX triplet: 3C, AB and BC. RGB value is (60,171,188). Sum of RGB (Red+Green+Blue) = 60+171+188=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #3CABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CABBC is #C35443. Grayscale: #8B8B8B. Windows color (decimal): -12801092 or 12364604. OLE color: 12364604.

HSL color Cylindrical-coordinate representation of color #3CABBC: hue angle of 187.97º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CABBC is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB60171188-
CMYK0.680.0900.26
HSL187.97º51.61%48.63%-
HSV(B)187.97º68.09%73.73%-
XYZ25.533.7252.74-
YUV139.75155.2371.12-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.32%
GREEN value IS 171 (67.19% from 255) = 40.81%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=14.32%
G=40.81%
B=44.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal601711880.680.0900.26187.9751.6148.63
Hex3CABBC44901Abc3431
Octal74253274104110322746461
Binary11110010101011101111001000100100101101010111100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,171,188); }

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

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

 a { background-color: rgb(60,171,188); }

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

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

 span { border-color: rgb(60,171,188); }

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