Html Css Color HEX #147A5F Deep Sea

📋 copy color: '#147A5F'

red 20 ◦ green 122 ◦ blue 95

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

Shades of Deep Sea #147A5F

Tints of Deep Sea #147A5F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 51.48%

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

R = 8.44%
G = 51.48%
B = 40.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#147A5F (or 0x147A5F) is known color: Deep Sea. HEX triplet: 14, 7A and 5F. RGB value is (20,122,95). Sum of RGB (Red+Green+Blue) = 20+122+95=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #147A5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A5F is #EB85A0. Grayscale: #585858. Windows color (decimal): -15435169 or 6257172. OLE color: 6257172.

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

Color convert

RGB 20 122 95 -
CMYK 0.84 0 0.22 0.52
HSL 164.12º 0.72% 0.28% -
HSV(B) 164.12º 0.84% 0.48% -
XYZ 9.31 14.89 13.21 -
YUV 88.42 131.71 79.2 -
System Red Green Blue C M Y K H S L
Decimal 20 122 95 0.84 0 0.22 0.52 164.12 0.72 0.28
Hex 14 7A 5F 54 0 16 34 A4 48 1C
Octal 24 172 137 124 0 26 64 244 110 34
Binary 10100 1111010 1011111 1010100 0 10110 110100 10100100 1001000 11100

Color Harmonies of #147A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147A5F

Black with #147A5F

Text Example


Text Example

White with #147A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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