Html Css Color HEX #147361 Deep Sea

📋 copy color: '#147361'

red 20 ◦ green 115 ◦ blue 97

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

Shades of Deep Sea #147361

Tints of Deep Sea #147361

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.57%

 BLUE value IS 97 (38.28% from 255) = 41.81%

R = 8.62%
G = 49.57%
B = 41.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#147361 (or 0x147361) is known color: Deep Sea. HEX triplet: 14, 73 and 61. RGB value is (20,115,97). Sum of RGB (Red+Green+Blue) = 20+115+97=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #147361 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147361 is #EB8C9E. Grayscale: #545454. Windows color (decimal): -15436959 or 6386452. OLE color: 6386452.

HSL color Cylindrical-coordinate representation of color #147361: hue angle of 168.63º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147361 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 97 -
CMYK 0.83 0 0.16 0.55
HSL 168.63º 0.7% 0.26% -
HSV(B) 168.63º 0.83% 0.45% -
XYZ 8.58 13.27 13.42 -
YUV 84.54 135.03 81.96 -
System Red Green Blue C M Y K H S L
Decimal 20 115 97 0.83 0 0.16 0.55 168.63 0.7 0.26
Hex 14 73 61 53 0 10 37 A9 46 1A
Octal 24 163 141 123 0 20 67 251 106 32
Binary 10100 1110011 1100001 1010011 0 10000 110111 10101001 1000110 11010

Color Harmonies of #147361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147361

Black with #147361

Text Example


Text Example

White with #147361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147361; }

 p { color: rgb(20,115,97); }

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

background-color css

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

 a { background-color: rgb(20,115,97); }

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

border-color css

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

 span { border-color: rgb(20,115,97); }

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