#42BEC9

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

Shades of Viking #42BEC9

Tints of Viking #42BEC9

Color information

#42BEC9 (or 0x42BEC9) is unknown color: approx Viking. HEX triplet: 42, BE and C9. RGB value is (66,190,201). Sum of RGB (Red+Green+Blue) = 66+190+201=457 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.44% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #42BEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BEC9 is #BD4136. Grayscale: #9A9A9A. Windows color (decimal): -12402999 or 13221442. OLE color: 13221442.

HSL color Cylindrical-coordinate representation of color #42BEC9: hue angle of 184.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42BEC9 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB66190201-
CMYK0.670.0500.21
HSL184.89º55.56%52.35%-
HSV(B)184.89º67.16%78.82%-
XYZ31.242.261.76-
YUV154.18154.4265.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.44%
GREEN value IS 190 (74.61% from 255) = 41.58%
BLUE value IS 201 (78.91% from 255) = 43.98%
R=14.44%
G=41.58%
B=43.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661902010.670.0500.21184.8955.5652.35
Hex42BEC9435015b93834
Octal10227631110350252717064
Binary10000101011111011001001100001110101010110111001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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