#4DBABA

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

Shades of Viking #4DBABA

Tints of Viking #4DBABA

Color information

#4DBABA (or 0x4DBABA) is unknown color: approx Viking. HEX triplet: 4D, BA and BA. RGB value is (77,186,186). Sum of RGB (Red+Green+Blue) = 77+186+186=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #4DBABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBABA is #B24545. Grayscale: #999999. Windows color (decimal): -11683142 or 12237389. OLE color: 12237389.

HSL color Cylindrical-coordinate representation of color #4DBABA: hue angle of 180º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBABA is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB77186186-
CMYK0.59000.27
HSL180º44.13%51.57%-
HSV(B)180º58.6%72.94%-
XYZ29.4840.2452.67-
YUV153.41146.3973.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 17.15%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=17.15%
G=41.43%
B=41.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal771861860.59000.2718044.1351.57
Hex4DBABA3B001Bb42c34
Octal1152722727300332645464
Binary10011011011101010111010111011001101110110100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DBABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,186,186); }

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

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

 a { background-color: rgb(77,186,186); }

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

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

 span { border-color: rgb(77,186,186); }

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