#39ACC4

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

Shades of Viking #39ACC4

Tints of Viking #39ACC4

Color information

#39ACC4 (or 0x39ACC4) is unknown color: approx Viking. HEX triplet: 39, AC and C4. RGB value is (57,172,196). Sum of RGB (Red+Green+Blue) = 57+172+196=425 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.41% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 196 - color contains mainly: blue. Hex color #39ACC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #39ACC4 is #C6533B. Grayscale: #8C8C8C. Windows color (decimal): -12997436 or 12889145. OLE color: 12889145.

HSL color Cylindrical-coordinate representation of color #39ACC4: hue angle of 190.36º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39ACC4 is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB57172196-
CMYK0.710.1200.23
HSL190.36º54.94%49.61%-
HSV(B)190.36º70.92%76.86%-
XYZ26.434.3657.47-
YUV140.35159.468.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.41%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 196 (76.95% from 255) = 46.12%
R=13.41%
G=40.47%
B=46.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal571721960.710.1200.23190.3654.9449.61
Hex39ACC447C017be3732
Octal71254304107140272766762
Binary11100110101100110001001000111110001011110111110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,172,196); }

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

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

 a { background-color: rgb(57,172,196); }

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

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

 span { border-color: rgb(57,172,196); }

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