Html Css Color HEX #147362 Deep Sea

📋 copy color: '#147362'

red 20 ◦ green 115 ◦ blue 98

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

Shades of Deep Sea #147362

Tints of Deep Sea #147362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.06%

R = 8.58%
G = 49.36%
B = 42.06%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#147362 (or 0x147362) is known color: Deep Sea. HEX triplet: 14, 73 and 62. RGB value is (20,115,98). Sum of RGB (Red+Green+Blue) = 20+115+98=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #147362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147362 is #EB8C9D. Grayscale: #545454. Windows color (decimal): -15436958 or 6451988. OLE color: 6451988.

HSL color Cylindrical-coordinate representation of color #147362: hue angle of 169.26º 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 #147362 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 98 -
CMYK 0.83 0 0.15 0.55
HSL 169.26º 0.7% 0.26% -
HSV(B) 169.26º 0.83% 0.45% -
XYZ 8.62 13.29 13.67 -
YUV 84.66 135.53 81.88 -
System Red Green Blue C M Y K H S L
Decimal 20 115 98 0.83 0 0.15 0.55 169.26 0.7 0.26
Hex 14 73 62 53 0 F 37 A9 46 1A
Octal 24 163 142 123 0 17 67 251 106 32
Binary 10100 1110011 1100010 1010011 0 1111 110111 10101001 1000110 11010

Color Harmonies of #147362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147362

Black with #147362

Text Example


Text Example

White with #147362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147362; }

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

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

background-color css

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

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

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

border-color css

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

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

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