#42B5BF

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

Shades of Viking #42B5BF

Tints of Viking #42B5BF

Color information

#42B5BF (or 0x42B5BF) is unknown color: approx Viking. HEX triplet: 42, B5 and BF. RGB value is (66,181,191). Sum of RGB (Red+Green+Blue) = 66+181+191=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #42B5BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B5BF is #BD4A40. Grayscale: #939393. Windows color (decimal): -12405313 or 12563778. OLE color: 12563778.

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

Color convert

RGB66181191-
CMYK0.650.0500.25
HSL184.8º49.41%50.39%-
HSV(B)184.8º65.45%74.9%-
XYZ28.1737.9755.13-
YUV147.76152.469.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.07%
GREEN value IS 181 (71.09% from 255) = 41.32%
BLUE value IS 191 (75% from 255) = 43.61%
R=15.07%
G=41.32%
B=43.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661811910.650.0500.25184.849.4150.39
Hex42B5BF415019b93132
Octal10226527710150312716162
Binary10000101011010110111111100000110101100110111001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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