Html Css Color HEX #399C96 Blue Chill

📋 copy color: '#399C96'

red 57 ◦ green 156 ◦ blue 150

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

Shades of Blue Chill #399C96

Tints of Blue Chill #399C96

RGB

 RED value IS 57 (22.66% from 255) = 15.7%

 GREEN value IS 156 (61.33% from 255) = 42.98%

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 15.7%
G = 42.98%
B = 41.32%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#399C96 (or 0x399C96) is known color: Blue Chill. HEX triplet: 39, 9C and 96. RGB value is (57,156,150). Sum of RGB (Red+Green+Blue) = 57+156+150=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #399C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399C96 is #C66369. Grayscale: #7D7D7D. Windows color (decimal): -13001578 or 9870393. OLE color: 9870393.

HSL color Cylindrical-coordinate representation of color #399C96: hue angle of 176.36º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399C96 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 156 150 -
CMYK 0.63 0 0.04 0.39
HSL 176.36º 0.46% 0.42% -
HSV(B) 176.36º 0.63% 0.61% -
XYZ 19.08 26.85 33.03 -
YUV 125.72 141.7 78.99 -
System Red Green Blue C M Y K H S L
Decimal 57 156 150 0.63 0 0.04 0.39 176.36 0.46 0.42
Hex 39 9C 96 3F 0 4 27 B0 2E 2A
Octal 71 234 226 77 0 4 47 260 56 52
Binary 111001 10011100 10010110 111111 0 100 100111 10110000 101110 101010

Color Harmonies of #399C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399C96

Black with #399C96

Text Example


Text Example

White with #399C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #399C96;
 }
 .AnyTagClassName
 {
   color: #399C96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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