Html Css Color HEX #399A96 Blue Chill

📋 copy color: '#399A96'

red 57 ◦ green 154 ◦ blue 150

#399A96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Chill #399A96

Tints of Blue Chill #399A96

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 value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#399A96 (or 0x399A96) is known color: 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

RGB 57 154 150 -
CMYK 0.63 0 0.03 0.40
HSL 177.53º 0.46% 0.41% -
HSV(B) 177.53º 0.63% 0.6% -
XYZ 18.75 26.18 32.92 -
YUV 124.54 142.36 79.83 -
System Red Green Blue C M Y K H S L
Decimal 57 154 150 0.63 0 0.03 0.40 177.53 0.46 0.41
Hex 39 9A 96 3F 0 3 28 B2 2E 29
Octal 71 232 226 77 0 3 50 262 56 51
Binary 111001 10011010 10010110 111111 0 11 101000 10110010 101110 101001

Color Harmonies of #399A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399A96

Black with #399A96

Text Example


Text Example

White with #399A96

Text Example


Text Example

HTML Codes & Css Web 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>