Html Css Color HEX #147D59 Deep Sea

📋 copy color: '#147D59'

red 20 ◦ green 125 ◦ blue 89

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

Shades of Deep Sea #147D59

Tints of Deep Sea #147D59

RGB

 RED value IS 20 (8.2% from 255) = 8.55%

 GREEN value IS 125 (49.22% from 255) = 53.42%

 BLUE value IS 89 (35.16% from 255) = 38.03%

R = 8.55%
G = 53.42%
B = 38.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#147D59 (or 0x147D59) is known color: Deep Sea. HEX triplet: 14, 7D and 59. RGB value is (20,125,89). Sum of RGB (Red+Green+Blue) = 20+125+89=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 125 (49.22% from 255 or 53.42% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 125 - color contains mainly: green. Hex color #147D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147D59 is #EB82A6. Grayscale: #595959. Windows color (decimal): -15434407 or 5864724. OLE color: 5864724.

HSL color Cylindrical-coordinate representation of color #147D59: hue angle of 159.43º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147D59 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 125 89 -
CMYK 0.84 0 0.29 0.51
HSL 159.43º 0.72% 0.28% -
HSV(B) 159.43º 0.84% 0.49% -
XYZ 9.43 15.54 11.95 -
YUV 89.5 127.71 78.43 -
System Red Green Blue C M Y K H S L
Decimal 20 125 89 0.84 0 0.29 0.51 159.43 0.72 0.28
Hex 14 7D 59 54 0 1D 33 9F 48 1C
Octal 24 175 131 124 0 35 63 237 110 34
Binary 10100 1111101 1011001 1010100 0 11101 110011 10011111 1001000 11100

Color Harmonies of #147D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D59

Black with #147D59

Text Example


Text Example

White with #147D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147D59; }

 p { color: rgb(20,125,89); }

 H1.HeaderClassName
 {
   color: #147D59;
 }
 .AnyTagClassName
 {
   color: #147D59;
 }
</style>

background-color css

<style>
 a { background-color: #147D59; }

 a { background-color: rgb(20,125,89); }

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

border-color css

<style>
 span { border-color: #147D59; }

 span { border-color: rgb(20,125,89); }

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