#42B6BA

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

Shades of Viking #42B6BA

Tints of Viking #42B6BA

Color information

#42B6BA (or 0x42B6BA) is unknown color: approx Viking. HEX triplet: 42, B6 and BA. RGB value is (66,182,186). Sum of RGB (Red+Green+Blue) = 66+182+186=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #42B6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B6BA is #BD4945. Grayscale: #939393. Windows color (decimal): -12405062 or 12236354. OLE color: 12236354.

HSL color Cylindrical-coordinate representation of color #42B6BA: hue angle of 182º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42B6BA is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66182186-
CMYK0.650.0200.27
HSL182º47.62%49.41%-
HSV(B)182º64.52%72.94%-
XYZ27.8438.1652.35-
YUV147.77149.5769.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.21%
GREEN value IS 182 (71.48% from 255) = 41.94%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=15.21%
G=41.94%
B=42.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661821860.650.0200.2718247.6249.41
Hex42B6BA41201Bb63031
Octal10226627210120332666061
Binary1000010101101101011101010000011001101110110110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42B6BA; }

 p { color: rgb(66,182,186); }

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

<style>
 a { background-color: #42B6BA; }

 a { background-color: rgb(66,182,186); }

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

<style>
 span { border-color: #42B6BA; }

 span { border-color: rgb(66,182,186); }

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