Html Css Color HEX #147A65 Deep Sea

📋 copy color: '#147A65'

red 20 ◦ green 122 ◦ blue 101

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

Shades of Deep Sea #147A65

Tints of Deep Sea #147A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.56%

R = 8.23%
G = 50.21%
B = 41.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#147A65 (or 0x147A65) is known color: Deep Sea. HEX triplet: 14, 7A and 65. RGB value is (20,122,101). Sum of RGB (Red+Green+Blue) = 20+122+101=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 122 (48.05% from 255 or 50.21% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 122 - color contains mainly: green. Hex color #147A65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147A65 is #EB859A. Grayscale: #595959. Windows color (decimal): -15435163 or 6650388. OLE color: 6650388.

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

Color convert

RGB 20 122 101 -
CMYK 0.84 0 0.17 0.52
HSL 167.65º 0.72% 0.28% -
HSV(B) 167.65º 0.84% 0.48% -
XYZ 9.6 15.01 14.7 -
YUV 89.11 134.71 78.71 -
System Red Green Blue C M Y K H S L
Decimal 20 122 101 0.84 0 0.17 0.52 167.65 0.72 0.28
Hex 14 7A 65 54 0 11 34 A8 48 1C
Octal 24 172 145 124 0 21 64 250 110 34
Binary 10100 1111010 1100101 1010100 0 10001 110100 10101000 1001000 11100

Color Harmonies of #147A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147A65

Black with #147A65

Text Example


Text Example

White with #147A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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