Html Css Color HEX #147565 Deep Sea

📋 copy color: '#147565'

red 20 ◦ green 117 ◦ blue 101

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

Shades of Deep Sea #147565

Tints of Deep Sea #147565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.16%

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

R = 8.4%
G = 49.16%
B = 42.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#147565 (or 0x147565) is known color: Deep Sea. HEX triplet: 14, 75 and 65. RGB value is (20,117,101). Sum of RGB (Red+Green+Blue) = 20+117+101=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #147565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147565 is #EB8A9A. Grayscale: #565656. Windows color (decimal): -15436443 or 6649108. OLE color: 6649108.

HSL color Cylindrical-coordinate representation of color #147565: hue angle of 170.1º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147565 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 117 101 -
CMYK 0.83 0 0.14 0.54
HSL 170.1º 0.71% 0.27% -
HSV(B) 170.1º 0.83% 0.46% -
XYZ 9 13.81 14.5 -
YUV 86.17 136.36 80.8 -
System Red Green Blue C M Y K H S L
Decimal 20 117 101 0.83 0 0.14 0.54 170.1 0.71 0.27
Hex 14 75 65 53 0 E 36 AA 47 1B
Octal 24 165 145 123 0 16 66 252 107 33
Binary 10100 1110101 1100101 1010011 0 1110 110110 10101010 1000111 11011

Color Harmonies of #147565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147565

Black with #147565

Text Example


Text Example

White with #147565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147565; }

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

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

background-color css

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

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

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

border-color css

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

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

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