#42B9C3

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

Shades of Viking #42B9C3

Tints of Viking #42B9C3

Color information

#42B9C3 (or 0x42B9C3) is unknown color: approx Viking. HEX triplet: 42, B9 and C3. RGB value is (66,185,195). Sum of RGB (Red+Green+Blue) = 66+185+195=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 195 - color contains mainly: blue. Hex color #42B9C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B9C3 is #BD463C. Grayscale: #969696. Windows color (decimal): -12404285 or 12826946. OLE color: 12826946.

HSL color Cylindrical-coordinate representation of color #42B9C3: hue angle of 184.65º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42B9C3 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB66185195-
CMYK0.660.0500.24
HSL184.65º51.81%51.18%-
HSV(B)184.65º66.15%76.47%-
XYZ29.4539.857.76-
YUV150.56153.0867.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.80%
GREEN value IS 185 (72.66% from 255) = 41.48%
BLUE value IS 195 (76.56% from 255) = 43.72%
R=14.80%
G=41.48%
B=43.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661851950.660.0500.24184.6551.8151.18
Hex42B9C3425018b93433
Octal10227130310250302716463
Binary10000101011100111000011100001010101100010111001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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