#4BBDBB

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

Shades of Viking #4BBDBB

Tints of Viking #4BBDBB

Color information

#4BBDBB (or 0x4BBDBB) is unknown color: approx Viking. HEX triplet: 4B, BD and BB. RGB value is (75,189,187). Sum of RGB (Red+Green+Blue) = 75+189+187=451 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.63% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBDBB is #B44244. Grayscale: #9A9A9A. Windows color (decimal): -11813445 or 12303691. OLE color: 12303691.

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

Color convert

RGB75189187-
CMYK0.6000.010.26
HSL178.95º46.34%51.76%-
HSV(B)178.95º60.32%74.12%-
XYZ30.0741.4853.44-
YUV154.69146.2371.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.63%
GREEN value IS 189 (74.22% from 255) = 41.91%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=16.63%
G=41.91%
B=41.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal751891870.6000.010.26178.9546.3451.76
Hex4BBDBB3C011Ab32e34
Octal1132752737401322635664
Binary10010111011110110111011111100011101010110011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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