#42B2BC

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

Shades of Viking #42B2BC

Tints of Viking #42B2BC

Color information

#42B2BC (or 0x42B2BC) is unknown color: approx Viking. HEX triplet: 42, B2 and BC. RGB value is (66,178,188). Sum of RGB (Red+Green+Blue) = 66+178+188=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #42B2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42B2BC is #BD4D43. Grayscale: #919191. Windows color (decimal): -12406084 or 12366402. OLE color: 12366402.

HSL color Cylindrical-coordinate representation of color #42B2BC: hue angle of 184.92º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42B2BC is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66178188-
CMYK0.650.0500.26
HSL184.92º48.03%49.8%-
HSV(B)184.92º64.89%73.73%-
XYZ27.2436.6353.21-
YUV145.65151.8971.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.28%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=15.28%
G=41.20%
B=43.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661781880.650.0500.26184.9248.0349.8
Hex42B2BC41501Ab93032
Octal10226227410150322716062
Binary10000101011001010111100100000110101101010111001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,178,188); }

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

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

 a { background-color: rgb(66,178,188); }

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

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

 span { border-color: rgb(66,178,188); }

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