Html Css Color HEX #147A5E Deep Sea

📋 copy color: '#147A5E'

red 20 ◦ green 122 ◦ blue 94

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

Shades of Deep Sea #147A5E

Tints of Deep Sea #147A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.83%

R = 8.47%
G = 51.69%
B = 39.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#147A5E (or 0x147A5E) is known color: Deep Sea. HEX triplet: 14, 7A and 5E. RGB value is (20,122,94). Sum of RGB (Red+Green+Blue) = 20+122+94=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #147A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A5E is #EB85A1. Grayscale: #585858. Windows color (decimal): -15435170 or 6191636. OLE color: 6191636.

HSL color Cylindrical-coordinate representation of color #147A5E: hue angle of 163.53º 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 #147A5E is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 20 122 94 -
CMYK 0.84 0 0.23 0.52
HSL 163.53º 0.72% 0.28% -
HSV(B) 163.53º 0.84% 0.48% -
XYZ 9.27 14.88 12.97 -
YUV 88.31 131.21 79.28 -
System Red Green Blue C M Y K H S L
Decimal 20 122 94 0.84 0 0.23 0.52 163.53 0.72 0.28
Hex 14 7A 5E 54 0 17 34 A4 48 1C
Octal 24 172 136 124 0 27 64 244 110 34
Binary 10100 1111010 1011110 1010100 0 10111 110100 10100100 1001000 11100

Color Harmonies of #147A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147A5E

Black with #147A5E

Text Example


Text Example

White with #147A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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