#3AAEBE

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

Shades of Viking #3AAEBE

Tints of Viking #3AAEBE

Color information

#3AAEBE (or 0x3AAEBE) is unknown color: approx Viking. HEX triplet: 3A, AE and BE. RGB value is (58,174,190). Sum of RGB (Red+Green+Blue) = 58+174+190=422 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.74% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #3AAEBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAEBE is #C55141. Grayscale: #8C8C8C. Windows color (decimal): -12931394 or 12496442. OLE color: 12496442.

HSL color Cylindrical-coordinate representation of color #3AAEBE: hue angle of 187.27º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AAEBE is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB58174190-
CMYK0.690.0800.25
HSL187.27º53.23%48.63%-
HSV(B)187.27º69.47%74.51%-
XYZ26.1834.8954.07-
YUV141.14155.5768.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.74%
GREEN value IS 174 (68.36% from 255) = 41.23%
BLUE value IS 190 (74.61% from 255) = 45.02%
R=13.74%
G=41.23%
B=45.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal581741900.690.0800.25187.2753.2348.63
Hex3AAEBE458019bb3531
Octal72256276105100312736561
Binary11101010101110101111101000101100001100110111011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,174,190); }

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

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

 a { background-color: rgb(58,174,190); }

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

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

 span { border-color: rgb(58,174,190); }

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