#42B7BF

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

Shades of Viking #42B7BF

Tints of Viking #42B7BF

Color information

#42B7BF (or 0x42B7BF) is unknown color: approx Viking. HEX triplet: 42, B7 and BF. RGB value is (66,183,191). Sum of RGB (Red+Green+Blue) = 66+183+191=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #42B7BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B7BF is #BD4840. Grayscale: #949494. Windows color (decimal): -12404801 or 12564290. OLE color: 12564290.

HSL color Cylindrical-coordinate representation of color #42B7BF: hue angle of 183.84º 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 #42B7BF is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66183191-
CMYK0.650.0400.25
HSL183.84º49.41%50.39%-
HSV(B)183.84º65.45%74.9%-
XYZ28.5838.7955.27-
YUV148.93151.7468.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15%
GREEN value IS 183 (71.88% from 255) = 41.59%
BLUE value IS 191 (75% from 255) = 43.41%
R=15%
G=41.59%
B=43.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661831910.650.0400.25183.8449.4150.39
Hex42B7BF414019b83132
Octal10226727710140312706162
Binary10000101011011110111111100000110001100110111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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