Html Css Color HEX #147859 Deep Sea

📋 copy color: '#147859'

red 20 ◦ green 120 ◦ blue 89

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

Shades of Deep Sea #147859

Tints of Deep Sea #147859

RGB

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

 GREEN value IS 120 (47.27% from 255) = 52.4%

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

R = 8.73%
G = 52.4%
B = 38.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#147859 (or 0x147859) is known color: Deep Sea. HEX triplet: 14, 78 and 59. RGB value is (20,120,89). Sum of RGB (Red+Green+Blue) = 20+120+89=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #147859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147859 is #EB87A6. Grayscale: #565656. Windows color (decimal): -15435687 or 5863444. OLE color: 5863444.

HSL color Cylindrical-coordinate representation of color #147859: hue angle of 161.4º 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 #147859 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 120 89 -
CMYK 0.83 0 0.26 0.53
HSL 161.4º 0.71% 0.27% -
HSV(B) 161.4º 0.83% 0.47% -
XYZ 8.81 14.3 11.75 -
YUV 86.57 129.37 80.52 -
System Red Green Blue C M Y K H S L
Decimal 20 120 89 0.83 0 0.26 0.53 161.4 0.71 0.27
Hex 14 78 59 53 0 1A 35 A1 47 1B
Octal 24 170 131 123 0 32 65 241 107 33
Binary 10100 1111000 1011001 1010011 0 11010 110101 10100001 1000111 11011

Color Harmonies of #147859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147859

Black with #147859

Text Example


Text Example

White with #147859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147859; }

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

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

background-color css

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

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

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

border-color css

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

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

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