Html Css Color HEX #147461 Deep Sea

📋 copy color: '#147461'

red 20 ◦ green 116 ◦ blue 97

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

Shades of Deep Sea #147461

Tints of Deep Sea #147461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.79%

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

R = 8.58%
G = 49.79%
B = 41.63%

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

#147461 (or 0x147461) is known color: Deep Sea. HEX triplet: 14, 74 and 61. RGB value is (20,116,97). Sum of RGB (Red+Green+Blue) = 20+116+97=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #147461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147461 is #EB8B9E. Grayscale: #555555. Windows color (decimal): -15436703 or 6386708. OLE color: 6386708.

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

Color convert

RGB 20 116 97 -
CMYK 0.83 0 0.16 0.55
HSL 168.13º 0.71% 0.27% -
HSV(B) 168.13º 0.83% 0.45% -
XYZ 8.69 13.5 13.46 -
YUV 85.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 20 116 97 0.83 0 0.16 0.55 168.13 0.71 0.27
Hex 14 74 61 53 0 10 37 A8 47 1B
Octal 24 164 141 123 0 20 67 250 107 33
Binary 10100 1110100 1100001 1010011 0 10000 110111 10101000 1000111 11011

Color Harmonies of #147461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147461

Black with #147461

Text Example


Text Example

White with #147461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147461; }

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

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

background-color css

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

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

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

border-color css

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

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

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