#42A1BE

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

Shades of Viking #42A1BE

Tints of Viking #42A1BE

Color information

#42A1BE (or 0x42A1BE) is unknown color: approx Viking. HEX triplet: 42, A1 and BE. RGB value is (66,161,190). Sum of RGB (Red+Green+Blue) = 66+161+190=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #42A1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A1BE is #BD5E41. Grayscale: #878787. Windows color (decimal): -12410434 or 12493122. OLE color: 12493122.

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

Color convert

RGB66161190-
CMYK0.650.1500.25
HSL194.03º48.82%50.2%-
HSV(B)194.03º65.26%74.51%-
XYZ24.2930.3753.3-
YUV135.9158.5378.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.83%
GREEN value IS 161 (63.28% from 255) = 38.61%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=15.83%
G=38.61%
B=45.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661611900.650.1500.25194.0348.8250.2
Hex42A1BE41F019c23132
Octal102241276101170313026162
Binary100001010100001101111101000001111101100111000010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,161,190); }

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

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

 a { background-color: rgb(66,161,190); }

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

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

 span { border-color: rgb(66,161,190); }

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