#42B1C6

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

Shades of Viking #42B1C6

Tints of Viking #42B1C6

Color information

#42B1C6 (or 0x42B1C6) is unknown color: approx Viking. HEX triplet: 42, B1 and C6. RGB value is (66,177,198). Sum of RGB (Red+Green+Blue) = 66+177+198=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #42B1C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42B1C6 is #BD4E39. Grayscale: #929292. Windows color (decimal): -12406330 or 13021506. OLE color: 13021506.

HSL color Cylindrical-coordinate representation of color #42B1C6: hue angle of 189.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42B1C6 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB66177198-
CMYK0.670.1100.22
HSL189.55º53.66%51.76%-
HSV(B)189.55º66.67%77.65%-
XYZ28.1636.6859.02-
YUV146.2157.2370.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.97%
GREEN value IS 177 (69.53% from 255) = 40.14%
BLUE value IS 198 (77.73% from 255) = 44.90%
R=14.97%
G=40.14%
B=44.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal661771980.670.1100.22189.5553.6651.76
Hex42B1C643B016be3634
Octal102261306103130262766664
Binary100001010110001110001101000011101101011010111110110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,177,198); }

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

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

 a { background-color: rgb(66,177,198); }

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

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

 span { border-color: rgb(66,177,198); }

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