#41BBC8

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

Shades of Viking #41BBC8

Tints of Viking #41BBC8

Color information

#41BBC8 (or 0x41BBC8) is unknown color: approx Viking. HEX triplet: 41, BB and C8. RGB value is (65,187,200). Sum of RGB (Red+Green+Blue) = 65+187+200=452 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.38% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #41BBC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BBC8 is #BE4437. Grayscale: #979797. Windows color (decimal): -12469304 or 13155137. OLE color: 13155137.

HSL color Cylindrical-coordinate representation of color #41BBC8: hue angle of 185.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41BBC8 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB65187200-
CMYK0.680.0600.22
HSL185.78º55.1%51.96%-
HSV(B)185.78º67.5%78.43%-
XYZ30.3840.8360.92-
YUV152155.0865.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.38%
GREEN value IS 187 (73.44% from 255) = 41.37%
BLUE value IS 200 (78.52% from 255) = 44.25%
R=14.38%
G=41.37%
B=44.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal651872000.680.0600.22185.7855.151.96
Hex41BBC8446016ba3734
Octal10127331010460262726764
Binary10000011011101111001000100010011001011010111010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,187,200); }

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

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

 a { background-color: rgb(65,187,200); }

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

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

 span { border-color: rgb(65,187,200); }

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