#4BBABD

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

Shades of Viking #4BBABD

Tints of Viking #4BBABD

Color information

#4BBABD (or 0x4BBABD) is unknown color: approx Viking. HEX triplet: 4B, BA and BD. RGB value is (75,186,189). Sum of RGB (Red+Green+Blue) = 75+186+189=450 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.67% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #4BBABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBABD is #B44542. Grayscale: #999999. Windows color (decimal): -11814211 or 12433995. OLE color: 12433995.

HSL color Cylindrical-coordinate representation of color #4BBABD: hue angle of 181.58º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBABD is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB75186189-
CMYK0.600.0200.26
HSL181.58º46.34%51.76%-
HSV(B)181.58º60.32%74.12%-
XYZ29.6540.2954.36-
YUV153.15148.2372.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.67%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 189 (74.22% from 255) = 42%
R=16.67%
G=41.33%
B=42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751861890.600.0200.26181.5846.3451.76
Hex4BBABD3C201Ab62e34
Octal1132722757420322665664
Binary100101110111010101111011111001001101010110110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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