#3BBBB9

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

Shades of Viking #3BBBB9

Tints of Viking #3BBBB9

Color information

#3BBBB9 (or 0x3BBBB9) is unknown color: approx Viking. HEX triplet: 3B, BB and B9. RGB value is (59,187,185). Sum of RGB (Red+Green+Blue) = 59+187+185=431 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.69% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #3BBBB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBBB9 is #C44446. Grayscale: #949494. Windows color (decimal): -12862535 or 12172091. OLE color: 12172091.

HSL color Cylindrical-coordinate representation of color #3BBBB9: hue angle of 179.06º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BBBB9 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB59187185-
CMYK0.6800.010.27
HSL179.06º52.03%48.24%-
HSV(B)179.06º68.45%73.33%-
XYZ28.3339.9752.12-
YUV148.5148.5964.16-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.69%
GREEN value IS 187 (73.44% from 255) = 43.39%
BLUE value IS 185 (72.66% from 255) = 42.92%
R=13.69%
G=43.39%
B=42.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal591871850.6800.010.27179.0652.0348.24
Hex3BBBB944011Bb33430
Octal7327327110401332636460
Binary11101110111011101110011000100011101110110011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BBBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,187,185); }

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

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

 a { background-color: rgb(59,187,185); }

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

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

 span { border-color: rgb(59,187,185); }

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