Html Css Color HEX #147E5F Deep Sea

📋 copy color: '#147E5F'

red 20 ◦ green 126 ◦ blue 95

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

Shades of Deep Sea #147E5F

Tints of Deep Sea #147E5F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 52.28%

 BLUE value IS 95 (37.5% from 255) = 39.42%

R = 8.3%
G = 52.28%
B = 39.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#147E5F (or 0x147E5F) is known color: Deep Sea. HEX triplet: 14, 7E and 5F. RGB value is (20,126,95). Sum of RGB (Red+Green+Blue) = 20+126+95=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #147E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147E5F is #EB81A0. Grayscale: #5A5A5A. Windows color (decimal): -15434145 or 6258196. OLE color: 6258196.

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

Color convert

RGB 20 126 95 -
CMYK 0.84 0 0.25 0.51
HSL 162.45º 0.73% 0.29% -
HSV(B) 162.45º 0.84% 0.49% -
XYZ 9.81 15.9 13.38 -
YUV 90.77 130.38 77.52 -
System Red Green Blue C M Y K H S L
Decimal 20 126 95 0.84 0 0.25 0.51 162.45 0.73 0.29
Hex 14 7E 5F 54 0 19 33 A2 49 1D
Octal 24 176 137 124 0 31 63 242 111 35
Binary 10100 1111110 1011111 1010100 0 11001 110011 10100010 1001001 11101

Color Harmonies of #147E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147E5F

Black with #147E5F

Text Example


Text Example

White with #147E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,126,95); }

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

background-color css

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

 a { background-color: rgb(20,126,95); }

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

border-color css

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

 span { border-color: rgb(20,126,95); }

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