Html Css Color HEX #147F65 Deep Sea

📋 copy color: '#147F65'

red 20 ◦ green 127 ◦ blue 101

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

Shades of Deep Sea #147F65

Tints of Deep Sea #147F65

RGB

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

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

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

R = 8.06%
G = 51.21%
B = 40.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#147F65 (or 0x147F65) is known color: Deep Sea. HEX triplet: 14, 7F and 65. RGB value is (20,127,101). Sum of RGB (Red+Green+Blue) = 20+127+101=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #147F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F65 is #EB809A. Grayscale: #5C5C5C. Windows color (decimal): -15433883 or 6651668. OLE color: 6651668.

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

Color convert

RGB 20 127 101 -
CMYK 0.84 0 0.20 0.50
HSL 165.42º 0.73% 0.29% -
HSV(B) 165.42º 0.84% 0.5% -
XYZ 10.23 16.27 14.91 -
YUV 92.04 133.05 76.61 -
System Red Green Blue C M Y K H S L
Decimal 20 127 101 0.84 0 0.20 0.50 165.42 0.73 0.29
Hex 14 7F 65 54 0 14 32 A5 49 1D
Octal 24 177 145 124 0 24 62 245 111 35
Binary 10100 1111111 1100101 1010100 0 10100 110010 10100101 1001001 11101

Color Harmonies of #147F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F65

Black with #147F65

Text Example


Text Example

White with #147F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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