#4BBDBA

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

Shades of Viking #4BBDBA

Tints of Viking #4BBDBA

Color information

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

HSL color Cylindrical-coordinate representation of color #4BBDBA: hue angle of 178.42º 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 #4BBDBA is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB75189186-
CMYK0.6000.020.26
HSL178.42º46.34%51.76%-
HSV(B)178.42º60.32%74.12%-
XYZ29.9641.4452.87-
YUV154.57145.7371.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751891860.6000.020.26178.4246.3451.76
Hex4BBDBA3C021Ab22e34
Octal1132752727402322625664
Binary100101110111101101110101111000101101010110010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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