#42B1B9

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

Shades of Viking #42B1B9

Tints of Viking #42B1B9

Color information

#42B1B9 (or 0x42B1B9) is unknown color: approx Viking. HEX triplet: 42, B1 and B9. RGB value is (66,177,185). Sum of RGB (Red+Green+Blue) = 66+177+185=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #42B1B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42B1B9 is #BD4E46. Grayscale: #909090. Windows color (decimal): -12406343 or 12169538. OLE color: 12169538.

HSL color Cylindrical-coordinate representation of color #42B1B9: hue angle of 184.03º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B1B9 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66177185-
CMYK0.640.0400.27
HSL184.03º47.41%49.22%-
HSV(B)184.03º64.32%72.55%-
XYZ26.7336.1151.46-
YUV144.72150.7371.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.42%
GREEN value IS 177 (69.53% from 255) = 41.36%
BLUE value IS 185 (72.66% from 255) = 43.22%
R=15.42%
G=41.36%
B=43.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661771850.640.0400.27184.0347.4149.22
Hex42B1B940401Bb82f31
Octal10226127110040332705761
Binary10000101011000110111001100000010001101110111000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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