#41B4B8

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

Shades of Viking #41B4B8

Tints of Viking #41B4B8

Color information

#41B4B8 (or 0x41B4B8) is unknown color: approx Viking. HEX triplet: 41, B4 and B8. RGB value is (65,180,184). Sum of RGB (Red+Green+Blue) = 65+180+184=429 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.15% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 184 - color contains mainly: blue. Hex color #41B4B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41B4B8 is #BE4B47. Grayscale: #919191. Windows color (decimal): -12471112 or 12104769. OLE color: 12104769.

HSL color Cylindrical-coordinate representation of color #41B4B8: hue angle of 182.02º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B4B8 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB65180184-
CMYK0.650.0200.28
HSL182.02º47.79%48.82%-
HSV(B)182.02º64.67%72.16%-
XYZ27.1537.2351.1-
YUV146.07149.470.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.15%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 184 (72.27% from 255) = 42.89%
R=15.15%
G=41.96%
B=42.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal651801840.650.0200.28182.0247.7948.82
Hex41B4B841201Cb63031
Octal10126427010120342666061
Binary1000001101101001011100010000011001110010110110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,180,184); }

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

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

 a { background-color: rgb(65,180,184); }

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

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

 span { border-color: rgb(65,180,184); }

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