#42BCBE

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

Shades of Viking #42BCBE

Tints of Viking #42BCBE

Color information

#42BCBE (or 0x42BCBE) is unknown color: approx Viking. HEX triplet: 42, BC and BE. RGB value is (66,188,190). Sum of RGB (Red+Green+Blue) = 66+188+190=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #42BCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCBE is #BD4341. Grayscale: #979797. Windows color (decimal): -12403522 or 12500034. OLE color: 12500034.

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

Color convert

RGB66188190-
CMYK0.650.0100.25
HSL180.97º48.82%50.2%-
HSV(B)180.97º65.26%74.51%-
XYZ29.5240.8455.04-
YUV151.75149.5866.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.86%
GREEN value IS 188 (73.83% from 255) = 42.34%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=14.86%
G=42.34%
B=42.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661881900.650.0100.25180.9748.8250.2
Hex42BCBE411019b53132
Octal10227427610110312656162
Binary100001010111100101111101000001101100110110101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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