#4ABBC2

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

Shades of Viking #4ABBC2

Tints of Viking #4ABBC2

Color information

#4ABBC2 (or 0x4ABBC2) is unknown color: approx Viking. HEX triplet: 4A, BB and C2. RGB value is (74,187,194). Sum of RGB (Red+Green+Blue) = 74+187+194=455 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.26% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #4ABBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBC2 is #B5443D. Grayscale: #999999. Windows color (decimal): -11879486 or 12761930. OLE color: 12761930.

HSL color Cylindrical-coordinate representation of color #4ABBC2: hue angle of 183.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ABBC2 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB74187194-
CMYK0.620.0400.24
HSL183.5º49.59%52.55%-
HSV(B)183.5º61.86%76.08%-
XYZ30.3340.8957.33-
YUV154.01150.5670.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.26%
GREEN value IS 187 (73.44% from 255) = 41.10%
BLUE value IS 194 (76.17% from 255) = 42.64%
R=16.26%
G=41.10%
B=42.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal741871940.620.0400.24183.549.5952.55
Hex4ABBC23E4018b83235
Octal1122733027640302706265
Binary1001010101110111100001011111010001100010111000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,187,194); }

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

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

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

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

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

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

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