#42B6BB

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

Shades of Viking #42B6BB

Tints of Viking #42B6BB

Color information

#42B6BB (or 0x42B6BB) is unknown color: approx Viking. HEX triplet: 42, B6 and BB. RGB value is (66,182,187). Sum of RGB (Red+Green+Blue) = 66+182+187=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #42B6BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B6BB is #BD4944. Grayscale: #939393. Windows color (decimal): -12405061 or 12301890. OLE color: 12301890.

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

Color convert

RGB66182187-
CMYK0.650.0300.27
HSL182.48º47.83%49.61%-
HSV(B)182.48º64.71%73.33%-
XYZ27.9438.252.91-
YUV147.89150.0769.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.17%
GREEN value IS 182 (71.48% from 255) = 41.84%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=15.17%
G=41.84%
B=42.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661821870.650.0300.27182.4847.8349.61
Hex42B6BB41301Bb63032
Octal10226627310130332666062
Binary1000010101101101011101110000011101101110110110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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