#41ACBA

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

Shades of Viking #41ACBA

Tints of Viking #41ACBA

Color information

#41ACBA (or 0x41ACBA) is unknown color: approx Viking. HEX triplet: 41, AC and BA. RGB value is (65,172,186). Sum of RGB (Red+Green+Blue) = 65+172+186=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #41ACBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ACBA is #BE5345. Grayscale: #8D8D8D. Windows color (decimal): -12473158 or 12233793. OLE color: 12233793.

HSL color Cylindrical-coordinate representation of color #41ACBA: hue angle of 186.94º 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 #41ACBA is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB65172186-
CMYK0.650.0800.27
HSL186.94º48.21%49.22%-
HSV(B)186.94º65.05%72.94%-
XYZ25.834.1751.69-
YUV141.6153.0573.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.37%
GREEN value IS 172 (67.58% from 255) = 40.66%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=15.37%
G=40.66%
B=43.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal651721860.650.0800.27186.9448.2149.22
Hex41ACBA41801Bbb3031
Octal101254272101100332736061
Binary100000110101100101110101000001100001101110111011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,172,186); }

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

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

 a { background-color: rgb(65,172,186); }

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

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

 span { border-color: rgb(65,172,186); }

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