#39aeb8

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

Shades of Viking #39AEB8

Tints of Viking #39AEB8

Color information

#39AEB8 (or 0x39AEB8) is unknown color: approx Viking. HEX triplet: 39, AE and B8. RGB value is (57,174,184). Sum of RGB (Red+Green+Blue) = 57+174+184=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #39AEB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39AEB8 is #C65147. Grayscale: #8C8C8C. Windows color (decimal): -12996936 or 12103225. OLE color: 12103225.

HSL color Cylindrical-coordinate representation of color #39AEB8: hue angle of 184.72º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39AEB8 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB57174184-
CMYK0.690.0500.28
HSL184.72º52.7%47.25%-
HSV(B)184.72º69.02%72.16%-
XYZ25.4834.650.68-
YUV140.16152.7468.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.73%
GREEN value IS 174 (68.36% from 255) = 41.93%
BLUE value IS 184 (72.27% from 255) = 44.34%
R=13.73%
G=41.93%
B=44.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal571741840.690.0500.28184.7252.747.25
Hex39AEB845501Cb9352f
Octal7125627010550342716557
Binary1110011010111010111000100010110101110010111001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39aeb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39aeb8; }

 p { color: rgb(57,174,184); }

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

<style>
 a { background-color: #39aeb8; }

 a { background-color: rgb(57,174,184); }

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

<style>
 span { border-color: #39aeb8; }

 span { border-color: rgb(57,174,184); }

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