#3EACBB

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

Shades of Viking #3EACBB

Tints of Viking #3EACBB

Color information

#3EACBB (or 0x3EACBB) is unknown color: approx Viking. HEX triplet: 3E, AC and BB. RGB value is (62,172,187). Sum of RGB (Red+Green+Blue) = 62+172+187=421 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.73% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #3EACBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EACBB is #C15344. Grayscale: #8C8C8C. Windows color (decimal): -12669765 or 12299326. OLE color: 12299326.

HSL color Cylindrical-coordinate representation of color #3EACBB: hue angle of 187.2º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EACBB is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB62172187-
CMYK0.670.0800.27
HSL187.2º50.2%48.82%-
HSV(B)187.2º66.84%73.33%-
XYZ25.7134.1252.24-
YUV140.82154.0671.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.73%
GREEN value IS 172 (67.58% from 255) = 40.86%
BLUE value IS 187 (73.44% from 255) = 44.42%
R=14.73%
G=40.86%
B=44.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal621721870.670.0800.27187.250.248.82
Hex3EACBB43801Bbb3231
Octal76254273103100332736261
Binary11111010101100101110111000011100001101110111011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,172,187); }

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

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

 a { background-color: rgb(62,172,187); }

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

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

 span { border-color: rgb(62,172,187); }

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