Html Css Color HEX #147759 Deep Sea

📋 copy color: '#147759'

red 20 ◦ green 119 ◦ blue 89

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

Shades of Deep Sea #147759

Tints of Deep Sea #147759

RGB

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

 GREEN value IS 119 (46.88% from 255) = 52.19%

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

R = 8.77%
G = 52.19%
B = 39.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#147759 (or 0x147759) is known color: Deep Sea. HEX triplet: 14, 77 and 59. RGB value is (20,119,89). Sum of RGB (Red+Green+Blue) = 20+119+89=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #147759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147759 is #EB88A6. Grayscale: #565656. Windows color (decimal): -15435943 or 5863188. OLE color: 5863188.

HSL color Cylindrical-coordinate representation of color #147759: hue angle of 161.82º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147759 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 119 89 -
CMYK 0.83 0 0.25 0.53
HSL 161.82º 0.71% 0.27% -
HSV(B) 161.82º 0.83% 0.47% -
XYZ 8.69 14.06 11.71 -
YUV 85.98 129.7 80.94 -
System Red Green Blue C M Y K H S L
Decimal 20 119 89 0.83 0 0.25 0.53 161.82 0.71 0.27
Hex 14 77 59 53 0 19 35 A2 47 1B
Octal 24 167 131 123 0 31 65 242 107 33
Binary 10100 1110111 1011001 1010011 0 11001 110101 10100010 1000111 11011

Color Harmonies of #147759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147759

Black with #147759

Text Example


Text Example

White with #147759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147759; }

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

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

background-color css

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

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

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

border-color css

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

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

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