#3EB0B3

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

Shades of Viking #3EB0B3

Tints of Viking #3EB0B3

Color information

#3EB0B3 (or 0x3EB0B3) is unknown color: approx Viking. HEX triplet: 3E, B0 and B3. RGB value is (62,176,179). Sum of RGB (Red+Green+Blue) = 62+176+179=417 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.87% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #3EB0B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EB0B3 is #C14F4C. Grayscale: #8E8E8E. Windows color (decimal): -12668749 or 11776062. OLE color: 11776062.

HSL color Cylindrical-coordinate representation of color #3EB0B3: hue angle of 181.54º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EB0B3 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB62176179-
CMYK0.650.0200.30
HSL181.54º48.55%47.25%-
HSV(B)181.54º65.36%70.2%-
XYZ25.6535.3348.12-
YUV142.26148.7370.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.87%
GREEN value IS 176 (69.14% from 255) = 42.21%
BLUE value IS 179 (70.31% from 255) = 42.93%
R=14.87%
G=42.21%
B=42.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal621761790.650.0200.30181.5448.5547.25
Hex3EB0B341201Eb6312f
Octal7626026310120362666157
Binary111110101100001011001110000011001111010110110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,176,179); }

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

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

 a { background-color: rgb(62,176,179); }

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

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

 span { border-color: rgb(62,176,179); }

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