Html Css Color HEX #147F6D Deep Sea

📋 copy color: '#147F6D'

red 20 ◦ green 127 ◦ blue 109

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

Shades of Deep Sea #147F6D

Tints of Deep Sea #147F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 7.81%
G = 49.61%
B = 42.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#147F6D (or 0x147F6D) is known color: Deep Sea. HEX triplet: 14, 7F and 6D. RGB value is (20,127,109). Sum of RGB (Red+Green+Blue) = 20+127+109=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 127 (50% from 255 or 49.61% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 127 - color contains mainly: green. Hex color #147F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F6D is #EB8092. Grayscale: #5C5C5C. Windows color (decimal): -15433875 or 7175956. OLE color: 7175956.

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

Color convert

RGB 20 127 109 -
CMYK 0.84 0 0.14 0.50
HSL 169.91º 0.73% 0.29% -
HSV(B) 169.91º 0.84% 0.5% -
XYZ 10.64 16.43 17.08 -
YUV 92.96 137.05 75.96 -
System Red Green Blue C M Y K H S L
Decimal 20 127 109 0.84 0 0.14 0.50 169.91 0.73 0.29
Hex 14 7F 6D 54 0 E 32 AA 49 1D
Octal 24 177 155 124 0 16 62 252 111 35
Binary 10100 1111111 1101101 1010100 0 1110 110010 10101010 1001001 11101

Color Harmonies of #147F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F6D

Black with #147F6D

Text Example


Text Example

White with #147F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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