#4CBDBA

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

Shades of Viking #4CBDBA

Tints of Viking #4CBDBA

Color information

#4CBDBA (or 0x4CBDBA) is unknown color: approx Viking. HEX triplet: 4C, BD and BA. RGB value is (76,189,186). Sum of RGB (Red+Green+Blue) = 76+189+186=451 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.85% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBDBA is #B34245. Grayscale: #9A9A9A. Windows color (decimal): -11747910 or 12238156. OLE color: 12238156.

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

Color convert

RGB76189186-
CMYK0.6000.020.26
HSL178.41º46.12%51.96%-
HSV(B)178.41º59.79%74.12%-
XYZ30.0441.4852.88-
YUV154.87145.5671.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.85%
GREEN value IS 189 (74.22% from 255) = 41.91%
BLUE value IS 186 (73.05% from 255) = 41.24%
R=16.85%
G=41.91%
B=41.24%

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
Decimal761891860.6000.020.26178.4146.1251.96
Hex4CBDBA3C021Ab22e34
Octal1142752727402322625664
Binary100110010111101101110101111000101101010110010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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