#3EBCCB

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

Shades of Viking #3EBCCB

Tints of Viking #3EBCCB

Color information

#3EBCCB (or 0x3EBCCB) is unknown color: approx Viking. HEX triplet: 3E, BC and CB. RGB value is (62,188,203). Sum of RGB (Red+Green+Blue) = 62+188+203=453 (60% of max value = 765). Red value is 62 (24.61% from 255 or 13.69% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #3EBCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBCCB is #C14334. Grayscale: #979797. Windows color (decimal): -12665653 or 13351998. OLE color: 13351998.

HSL color Cylindrical-coordinate representation of color #3EBCCB: hue angle of 186.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EBCCB is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB62188203-
CMYK0.690.0700.20
HSL186.38º57.55%51.96%-
HSV(B)186.38º69.46%79.61%-
XYZ30.7541.362.85-
YUV152.04156.7663.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.69%
GREEN value IS 188 (73.83% from 255) = 41.50%
BLUE value IS 203 (79.69% from 255) = 44.81%
R=13.69%
G=41.50%
B=44.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal621882030.690.0700.20186.3857.5551.96
Hex3EBCCB457014ba3a34
Octal7627431310570242727264
Binary1111101011110011001011100010111101010010111010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,188,203); }

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

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

 a { background-color: rgb(62,188,203); }

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

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

 span { border-color: rgb(62,188,203); }

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