#3EBDC8

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

Shades of Viking #3EBDC8

Tints of Viking #3EBDC8

Color information

#3EBDC8 (or 0x3EBDC8) is unknown color: approx Viking. HEX triplet: 3E, BD and C8. RGB value is (62,189,200). Sum of RGB (Red+Green+Blue) = 62+189+200=451 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.75% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: blue. Hex color #3EBDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBDC8 is #C14237. Grayscale: #989898. Windows color (decimal): -12665400 or 13155646. OLE color: 13155646.

HSL color Cylindrical-coordinate representation of color #3EBDC8: hue angle of 184.78º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EBDC8 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB62189200-
CMYK0.690.0600.22
HSL184.78º55.65%51.37%-
HSV(B)184.78º69%78.43%-
XYZ30.6141.5961.06-
YUV152.28154.9263.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.75%
GREEN value IS 189 (74.22% from 255) = 41.91%
BLUE value IS 200 (78.52% from 255) = 44.35%
R=13.75%
G=41.91%
B=44.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal621892000.690.0600.22184.7855.6551.37
Hex3EBDC8456016b93833
Octal7627531010560262717063
Binary1111101011110111001000100010111001011010111001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,189,200); }

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

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

 a { background-color: rgb(62,189,200); }

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

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

 span { border-color: rgb(62,189,200); }

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