#4ABCBC

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

Shades of Viking #4ABCBC

Tints of Viking #4ABCBC

Color information

#4ABCBC (or 0x4ABCBC) is unknown color: approx Viking. HEX triplet: 4A, BC and BC. RGB value is (74,188,188). Sum of RGB (Red+Green+Blue) = 74+188+188=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #4ABCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCBC is #B54343. Grayscale: #999999. Windows color (decimal): -11879236 or 12368970. OLE color: 12368970.

HSL color Cylindrical-coordinate representation of color #4ABCBC: hue angle of 180º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABCBC is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB74188188-
CMYK0.61000.26
HSL180º45.97%51.37%-
HSV(B)180º60.64%73.73%-
XYZ29.8841.0553.93-
YUV153.91147.2371-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.44%
GREEN value IS 188 (73.83% from 255) = 41.78%
BLUE value IS 188 (73.83% from 255) = 41.78%
R=16.44%
G=41.78%
B=41.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal741881880.61000.2618045.9751.37
Hex4ABCBC3D001Ab42e33
Octal1122742747500322645663
Binary10010101011110010111100111101001101010110100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ABCBC; }

 p { color: rgb(74,188,188); }

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

<style>
 a { background-color: #4ABCBC; }

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

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

<style>
 span { border-color: #4ABCBC; }

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

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