#39B0BF

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

Shades of Viking #39B0BF

Tints of Viking #39B0BF

Color information

#39B0BF (or 0x39B0BF) is unknown color: approx Viking. HEX triplet: 39, B0 and BF. RGB value is (57,176,191). Sum of RGB (Red+Green+Blue) = 57+176+191=424 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.44% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #39B0BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39B0BF is #C64F40. Grayscale: #8D8D8D. Windows color (decimal): -12996417 or 12562489. OLE color: 12562489.

HSL color Cylindrical-coordinate representation of color #39B0BF: hue angle of 186.72º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39B0BF is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57176191-
CMYK0.700.0800.25
HSL186.72º54.03%48.63%-
HSV(B)186.72º70.16%74.9%-
XYZ26.6235.6854.77-
YUV142.13155.5867.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.44%
GREEN value IS 176 (69.14% from 255) = 41.51%
BLUE value IS 191 (75% from 255) = 45.05%
R=13.44%
G=41.51%
B=45.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571761910.700.0800.25186.7254.0348.63
Hex39B0BF468019bb3631
Octal71260277106100312736661
Binary11100110110000101111111000110100001100110111011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39B0BF; }

 p { color: rgb(57,176,191); }

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

<style>
 a { background-color: #39B0BF; }

 a { background-color: rgb(57,176,191); }

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

<style>
 span { border-color: #39B0BF; }

 span { border-color: rgb(57,176,191); }

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