#4BBCBE

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

Shades of Viking #4BBCBE

Tints of Viking #4BBCBE

Color information

#4BBCBE (or 0x4BBCBE) is unknown color: approx Viking. HEX triplet: 4B, BC and BE. RGB value is (75,188,190). Sum of RGB (Red+Green+Blue) = 75+188+190=453 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.56% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #4BBCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBCBE is #B44341. Grayscale: #9A9A9A. Windows color (decimal): -11813698 or 12500043. OLE color: 12500043.

HSL color Cylindrical-coordinate representation of color #4BBCBE: hue angle of 181.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBCBE is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB75188190-
CMYK0.610.0100.25
HSL181.04º46.94%51.96%-
HSV(B)181.04º60.53%74.51%-
XYZ30.1841.1855.07-
YUV154.44148.0671.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.56%
GREEN value IS 188 (73.83% from 255) = 41.50%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=16.56%
G=41.50%
B=41.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751881900.610.0100.25181.0446.9451.96
Hex4BBCBE3D1019b52f34
Octal1132742767510312655764
Binary10010111011110010111110111101101100110110101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,188,190); }

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

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

 a { background-color: rgb(75,188,190); }

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

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

 span { border-color: rgb(75,188,190); }

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