#42ADBA

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

Shades of Viking #42ADBA

Tints of Viking #42ADBA

Color information

#42ADBA (or 0x42ADBA) is unknown color: approx Viking. HEX triplet: 42, AD and BA. RGB value is (66,173,186). Sum of RGB (Red+Green+Blue) = 66+173+186=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #42ADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ADBA is #BD5245. Grayscale: #8E8E8E. Windows color (decimal): -12407366 or 12234050. OLE color: 12234050.

HSL color Cylindrical-coordinate representation of color #42ADBA: hue angle of 186.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42ADBA is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66173186-
CMYK0.650.0700.27
HSL186.5º47.62%49.41%-
HSV(B)186.5º64.52%72.94%-
XYZ26.0534.5951.76-
YUV142.49152.5573.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.53%
GREEN value IS 173 (67.97% from 255) = 40.71%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=15.53%
G=40.71%
B=43.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661731860.650.0700.27186.547.6249.41
Hex42ADBA41701Bba3031
Octal10225527210170332726061
Binary10000101010110110111010100000111101101110111010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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