#41ABAD

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

Shades of Viking #41ABAD

Tints of Viking #41ABAD

Color information

#41ABAD (or 0x41ABAD) is unknown color: approx Viking. HEX triplet: 41, AB and AD. RGB value is (65,171,173). Sum of RGB (Red+Green+Blue) = 65+171+173=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #41ABAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41ABAD is #BE5452. Grayscale: #8B8B8B. Windows color (decimal): -12473427 or 11381569. OLE color: 11381569.

HSL color Cylindrical-coordinate representation of color #41ABAD: hue angle of 181.11º 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 #41ABAD is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB65171173-
CMYK0.620.0100.32
HSL181.11º45.38%46.67%-
HSV(B)181.11º62.43%67.84%-
XYZ24.2933.2744.68-
YUV139.53146.8874.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.89%
GREEN value IS 171 (67.19% from 255) = 41.81%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=15.89%
G=41.81%
B=42.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651711730.620.0100.32181.1145.3846.67
Hex41ABAD3E1020b52d2f
Octal1012532557610402655557
Binary100000110101011101011011111101010000010110101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41ABAD; }

 p { color: rgb(65,171,173); }

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

<style>
 a { background-color: #41ABAD; }

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

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

<style>
 span { border-color: #41ABAD; }

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

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