Html Css Color HEX #39958F Blue Chill

📋 copy color: '#39958F'

red 57 ◦ green 149 ◦ blue 143

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

Shades of Blue Chill #39958F

Tints of Blue Chill #39958F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.69%

 BLUE value IS 143 (56.25% from 255) = 40.97%

R = 16.33%
G = 42.69%
B = 40.97%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#39958F (or 0x39958F) is known color: Blue Chill. HEX triplet: 39, 95 and 8F. RGB value is (57,149,143). Sum of RGB (Red+Green+Blue) = 57+149+143=349 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.33% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #39958F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39958F is #C66A70. Grayscale: #787878. Windows color (decimal): -13003377 or 9409849. OLE color: 9409849.

HSL color Cylindrical-coordinate representation of color #39958F: hue angle of 176.09º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39958F is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 149 143 -
CMYK 0.62 0 0.04 0.42
HSL 176.09º 0.45% 0.4% -
HSV(B) 176.09º 0.62% 0.58% -
XYZ 17.39 24.35 29.77 -
YUV 120.81 140.52 82.49 -
System Red Green Blue C M Y K H S L
Decimal 57 149 143 0.62 0 0.04 0.42 176.09 0.45 0.4
Hex 39 95 8F 3E 0 4 2A B0 2D 28
Octal 71 225 217 76 0 4 52 260 55 50
Binary 111001 10010101 10001111 111110 0 100 101010 10110000 101101 101000

Color Harmonies of #39958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39958F

Black with #39958F

Text Example


Text Example

White with #39958F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #39958F;
 }
 .AnyTagClassName
 {
   color: #39958F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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