#4ABCBF

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

Shades of Viking #4ABCBF

Tints of Viking #4ABCBF

Color information

#4ABCBF (or 0x4ABCBF) is unknown color: approx Viking. HEX triplet: 4A, BC and BF. RGB value is (74,188,191). Sum of RGB (Red+Green+Blue) = 74+188+191=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #4ABCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABCBF is #B54340. Grayscale: #9A9A9A. Windows color (decimal): -11879233 or 12565578. OLE color: 12565578.

HSL color Cylindrical-coordinate representation of color #4ABCBF: hue angle of 181.54º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABCBF is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB74188191-
CMYK0.610.0200.25
HSL181.54º47.76%51.96%-
HSV(B)181.54º61.26%74.9%-
XYZ30.2141.1855.65-
YUV154.26148.7370.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.34%
GREEN value IS 188 (73.83% from 255) = 41.50%
BLUE value IS 191 (75% from 255) = 42.16%
R=16.34%
G=41.50%
B=42.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741881910.610.0200.25181.5447.7651.96
Hex4ABCBF3D2019b63034
Octal1122742777520312666064
Binary100101010111100101111111111011001100110110110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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