Html Css Color HEX #147F75 Deep Sea

📋 copy color: '#147F75'

red 20 ◦ green 127 ◦ blue 117

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

Shades of Deep Sea #147F75

Tints of Deep Sea #147F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 7.58%
G = 48.11%
B = 44.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#147F75 (or 0x147F75) is known color: Deep Sea. HEX triplet: 14, 7F and 75. RGB value is (20,127,117). Sum of RGB (Red+Green+Blue) = 20+127+117=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 127 (50% from 255 or 48.11% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 127 - color contains mainly: green. Hex color #147F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147F75 is #EB808A. Grayscale: #5D5D5D. Windows color (decimal): -15433867 or 7700244. OLE color: 7700244.

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

Color convert

RGB 20 127 117 -
CMYK 0.84 0 0.08 0.50
HSL 174.39º 0.73% 0.29% -
HSV(B) 174.39º 0.84% 0.5% -
XYZ 11.09 16.61 19.45 -
YUV 93.87 141.05 75.31 -
System Red Green Blue C M Y K H S L
Decimal 20 127 117 0.84 0 0.08 0.50 174.39 0.73 0.29
Hex 14 7F 75 54 0 8 32 AE 49 1D
Octal 24 177 165 124 0 10 62 256 111 35
Binary 10100 1111111 1110101 1010100 0 1000 110010 10101110 1001001 11101

Color Harmonies of #147F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F75

Black with #147F75

Text Example


Text Example

White with #147F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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