#42ADAD

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

Shades of Viking #42ADAD

Tints of Viking #42ADAD

Color information

#42ADAD (or 0x42ADAD) is unknown color: approx Viking. HEX triplet: 42, AD and AD. RGB value is (66,173,173). Sum of RGB (Red+Green+Blue) = 66+173+173=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #42ADAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42ADAD is #BD5252. Grayscale: #8C8C8C. Windows color (decimal): -12407379 or 11382082. OLE color: 11382082.

HSL color Cylindrical-coordinate representation of color #42ADAD: hue angle of 180º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42ADAD is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB66173173-
CMYK0.62000.32
HSL180º44.77%46.86%-
HSV(B)180º61.85%67.84%-
XYZ24.7334.0644.81-
YUV141.01146.0574.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.02%
GREEN value IS 173 (67.97% from 255) = 41.99%
BLUE value IS 173 (67.97% from 255) = 41.99%
R=16.02%
G=41.99%
B=41.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661731730.62000.3218044.7746.86
Hex42ADAD3E0020b42d2f
Octal1022552557600402645557
Binary100001010101101101011011111100010000010110100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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