#42BACA

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

Shades of Viking #42BACA

Tints of Viking #42BACA

Color information

#42BACA (or 0x42BACA) is unknown color: approx Viking. HEX triplet: 42, BA and CA. RGB value is (66,186,202). Sum of RGB (Red+Green+Blue) = 66+186+202=454 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.54% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #42BACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BACA is #BD4535. Grayscale: #979797. Windows color (decimal): -12404022 or 13285954. OLE color: 13285954.

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

Color convert

RGB66186202-
CMYK0.670.0800.21
HSL187.06º56.2%52.55%-
HSV(B)187.06º67.33%79.22%-
XYZ30.4740.5462.1-
YUV151.94156.2466.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.54%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=14.54%
G=40.97%
B=44.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661862020.670.0800.21187.0656.252.55
Hex42BACA438015bb3835
Octal102272312103100252737065
Binary100001010111010110010101000011100001010110111011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,186,202); }

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

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

 a { background-color: rgb(66,186,202); }

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

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

 span { border-color: rgb(66,186,202); }

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