#399A96

Color #399A96 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #399A96

Tints of Blue Chill #399A96

Color information

#399A96 (or 0x399A96) is unknown color: approx Blue Chill. HEX triplet: 39, 9A and 96. RGB value is (57,154,150). Sum of RGB (Red+Green+Blue) = 57+154+150=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #399A96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399A96 is #C66569. Grayscale: #7C7C7C. Windows color (decimal): -13002090 or 9869881. OLE color: 9869881.

HSL color Cylindrical-coordinate representation of color #399A96: hue angle of 177.53º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399A96 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB57154150-
CMYK0.6300.030.40
HSL177.53º45.97%41.37%-
HSV(B)177.53º62.99%60.39%-
XYZ18.7526.1832.92-
YUV124.54142.3679.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.79%
GREEN value IS 154 (60.55% from 255) = 42.66%
BLUE value IS 150 (58.98% from 255) = 41.55%
R=15.79%
G=42.66%
B=41.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571541500.6300.030.40177.5345.9741.37
Hex399A963F0328b22e29
Octal712322267703502625651
Binary111001100110101001011011111101110100010110010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399A96; }

 p { color: rgb(57,154,150); }

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

<style>
 a { background-color: #399A96; }

 a { background-color: rgb(57,154,150); }

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

<style>
 span { border-color: #399A96; }

 span { border-color: rgb(57,154,150); }

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