Html Css Color HEX #147F5F Deep Sea

📋 copy color: '#147F5F'

red 20 ◦ green 127 ◦ blue 95

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

Shades of Deep Sea #147F5F

Tints of Deep Sea #147F5F

RGB

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

 GREEN value IS 127 (50% from 255) = 52.48%

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

R = 8.26%
G = 52.48%
B = 39.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#147F5F (or 0x147F5F) is known color: Deep Sea. HEX triplet: 14, 7F and 5F. RGB value is (20,127,95). Sum of RGB (Red+Green+Blue) = 20+127+95=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 127 (50% from 255 or 52.48% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 127 - color contains mainly: green. Hex color #147F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F5F is #EB80A0. Grayscale: #5B5B5B. Windows color (decimal): -15433889 or 6258452. OLE color: 6258452.

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

Color convert

RGB 20 127 95 -
CMYK 0.84 0 0.25 0.50
HSL 162.06º 0.73% 0.29% -
HSV(B) 162.06º 0.84% 0.5% -
XYZ 9.94 16.15 13.42 -
YUV 91.36 130.05 77.1 -
System Red Green Blue C M Y K H S L
Decimal 20 127 95 0.84 0 0.25 0.50 162.06 0.73 0.29
Hex 14 7F 5F 54 0 19 32 A2 49 1D
Octal 24 177 137 124 0 31 62 242 111 35
Binary 10100 1111111 1011111 1010100 0 11001 110010 10100010 1001001 11101

Color Harmonies of #147F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F5F

Black with #147F5F

Text Example


Text Example

White with #147F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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