#39998F

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

Shades of Blue Chill #39998F

Tints of Blue Chill #39998F

Color information

#39998F (or 0x39998F) is unknown color: approx Blue Chill. HEX triplet: 39, 99 and 8F. RGB value is (57,153,143). Sum of RGB (Red+Green+Blue) = 57+153+143=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #39998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39998F is #C66670. Grayscale: #7B7B7B. Windows color (decimal): -13002353 or 9410873. OLE color: 9410873.

HSL color Cylindrical-coordinate representation of color #39998F: hue angle of 173.75º 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 #39998F is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB57153143-
CMYK0.6300.070.4
HSL173.75º45.71%41.18%-
HSV(B)173.75º62.75%60%-
XYZ18.0425.6429.98-
YUV123.16139.280.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 153 (60.16% from 255) = 43.34%
BLUE value IS 143 (56.25% from 255) = 40.51%
R=16.15%
G=43.34%
B=40.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571531430.6300.070.4173.7545.7141.18
Hex39998F3F0728ae2e29
Octal712312177707502565651
Binary1110011001100110001111111111011110100010101110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39998F; }

 p { color: rgb(57,153,143); }

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

<style>
 a { background-color: #39998F; }

 a { background-color: rgb(57,153,143); }

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

<style>
 span { border-color: #39998F; }

 span { border-color: rgb(57,153,143); }

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