#3BB6BE

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

Shades of Viking #3BB6BE

Tints of Viking #3BB6BE

Color information

#3BB6BE (or 0x3BB6BE) is unknown color: approx Viking. HEX triplet: 3B, B6 and BE. RGB value is (59,182,190). Sum of RGB (Red+Green+Blue) = 59+182+190=431 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.69% from 431); Green value is 182 (71.48% from 255 or 42.23% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #3BB6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BB6BE is #C44941. Grayscale: #919191. Windows color (decimal): -12863810 or 12498491. OLE color: 12498491.

HSL color Cylindrical-coordinate representation of color #3BB6BE: hue angle of 183.66º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BB6BE is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB59182190-
CMYK0.690.0400.25
HSL183.66º52.61%48.82%-
HSV(B)183.66º68.95%74.51%-
XYZ27.8338.154.6-
YUV146.14152.7565.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.69%
GREEN value IS 182 (71.48% from 255) = 42.23%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=13.69%
G=42.23%
B=44.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal591821900.690.0400.25183.6652.6148.82
Hex3BB6BE454019b83531
Octal7326627610540312706561
Binary1110111011011010111110100010110001100110111000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BB6BE; }

 p { color: rgb(59,182,190); }

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

<style>
 a { background-color: #3BB6BE; }

 a { background-color: rgb(59,182,190); }

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

<style>
 span { border-color: #3BB6BE; }

 span { border-color: rgb(59,182,190); }

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