#4ABDBB

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

Shades of Viking #4ABDBB

Tints of Viking #4ABDBB

Color information

#4ABDBB (or 0x4ABDBB) is unknown color: approx Viking. HEX triplet: 4A, BD and BB. RGB value is (74,189,187). Sum of RGB (Red+Green+Blue) = 74+189+187=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABDBB is #B54244. Grayscale: #9A9A9A. Windows color (decimal): -11878981 or 12303690. OLE color: 12303690.

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

Color convert

RGB74189187-
CMYK0.6100.010.26
HSL178.96º46.56%51.57%-
HSV(B)178.96º60.85%74.12%-
XYZ29.9941.4453.43-
YUV154.39146.470.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.44%
GREEN value IS 189 (74.22% from 255) = 42%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=16.44%
G=42%
B=41.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal741891870.6100.010.26178.9646.5651.57
Hex4ABDBB3D011Ab32f34
Octal1122752737501322635764
Binary10010101011110110111011111101011101010110011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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