#42B0BF

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

Shades of Viking #42B0BF

Tints of Viking #42B0BF

Color information

#42B0BF (or 0x42B0BF) is unknown color: approx Viking. HEX triplet: 42, B0 and BF. RGB value is (66,176,191). Sum of RGB (Red+Green+Blue) = 66+176+191=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #42B0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42B0BF is #BD4F40. Grayscale: #909090. Windows color (decimal): -12406593 or 12562498. OLE color: 12562498.

HSL color Cylindrical-coordinate representation of color #42B0BF: hue angle of 187.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42B0BF is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66176191-
CMYK0.650.0800.25
HSL187.2º49.41%50.39%-
HSV(B)187.2º65.45%74.9%-
XYZ27.1835.9754.8-
YUV144.82154.0671.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.24%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 191 (75% from 255) = 44.11%
R=15.24%
G=40.65%
B=44.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661761910.650.0800.25187.249.4150.39
Hex42B0BF418019bb3132
Octal102260277101100312736162
Binary100001010110000101111111000001100001100110111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,176,191); }

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

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

 a { background-color: rgb(66,176,191); }

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

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

 span { border-color: rgb(66,176,191); }

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