#4BBAB8

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

Shades of Viking #4BBAB8

Tints of Viking #4BBAB8

Color information

#4BBAB8 (or 0x4BBAB8) is unknown color: approx Viking. HEX triplet: 4B, BA and B8. RGB value is (75,186,184). Sum of RGB (Red+Green+Blue) = 75+186+184=445 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.85% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBAB8 is #B44547. Grayscale: #989898. Windows color (decimal): -11814216 or 12106315. OLE color: 12106315.

HSL color Cylindrical-coordinate representation of color #4BBAB8: hue angle of 178.92º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBAB8 is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB75186184-
CMYK0.6000.010.27
HSL178.92º44.58%51.18%-
HSV(B)178.92º59.68%72.94%-
XYZ29.1140.0751.55-
YUV152.58145.7372.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.85%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 184 (72.27% from 255) = 41.35%
R=16.85%
G=41.80%
B=41.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751861840.6000.010.27178.9244.5851.18
Hex4BBAB83C011Bb32d33
Octal1132722707401332635563
Binary10010111011101010111000111100011101110110011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,186,184); }

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

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

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

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

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

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

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