#4ABEBC

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

Shades of Viking #4ABEBC

Tints of Viking #4ABEBC

Color information

#4ABEBC (or 0x4ABEBC) is unknown color: approx Viking. HEX triplet: 4A, BE and BC. RGB value is (74,190,188). Sum of RGB (Red+Green+Blue) = 74+190+188=452 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.37% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #4ABEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABEBC is #B54143. Grayscale: #9A9A9A. Windows color (decimal): -11878724 or 12369482. OLE color: 12369482.

HSL color Cylindrical-coordinate representation of color #4ABEBC: hue angle of 178.97º degrees, saturation: 0.47, 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 #4ABEBC is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB74190188-
CMYK0.6100.010.25
HSL178.97º47.15%51.76%-
HSV(B)178.97º61.05%74.51%-
XYZ30.3141.9154.07-
YUV155.09146.5770.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.37%
GREEN value IS 190 (74.61% from 255) = 42.04%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=16.37%
G=42.04%
B=41.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741901880.6100.010.25178.9747.1551.76
Hex4ABEBC3D0119b32f34
Octal1122762747501312635764
Binary10010101011111010111100111101011100110110011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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