#39B4BC

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

Shades of Viking #39B4BC

Tints of Viking #39B4BC

Color information

#39B4BC (or 0x39B4BC) is unknown color: approx Viking. HEX triplet: 39, B4 and BC. RGB value is (57,180,188). Sum of RGB (Red+Green+Blue) = 57+180+188=425 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.41% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #39B4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39B4BC is #C64B43. Grayscale: #8F8F8F. Windows color (decimal): -12995396 or 12366905. OLE color: 12366905.

HSL color Cylindrical-coordinate representation of color #39B4BC: hue angle of 183.66º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39B4BC is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB57180188-
CMYK0.700.0400.26
HSL183.66º53.47%48.04%-
HSV(B)183.66º69.68%73.73%-
XYZ27.0937.1453.32-
YUV144.14152.7565.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.41%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 188 (73.83% from 255) = 44.24%
R=13.41%
G=42.35%
B=44.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal571801880.700.0400.26183.6653.4748.04
Hex39B4BC46401Ab83530
Octal7126427410640322706560
Binary1110011011010010111100100011010001101010111000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,180,188); }

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

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

 a { background-color: rgb(57,180,188); }

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

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

 span { border-color: rgb(57,180,188); }

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