Html Css Color HEX #147360 Deep Sea

📋 copy color: '#147360'

red 20 ◦ green 115 ◦ blue 96

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

Shades of Deep Sea #147360

Tints of Deep Sea #147360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.56%

R = 8.66%
G = 49.78%
B = 41.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#147360 (or 0x147360) is known color: Deep Sea. HEX triplet: 14, 73 and 60. RGB value is (20,115,96). Sum of RGB (Red+Green+Blue) = 20+115+96=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #147360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147360 is #EB8C9F. Grayscale: #545454. Windows color (decimal): -15436960 or 6320916. OLE color: 6320916.

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

Color convert

RGB 20 115 96 -
CMYK 0.83 0 0.17 0.55
HSL 168º 0.7% 0.26% -
HSV(B) 168º 0.83% 0.45% -
XYZ 8.53 13.25 13.18 -
YUV 84.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 20 115 96 0.83 0 0.17 0.55 168 0.7 0.26
Hex 14 73 60 53 0 11 37 A8 46 1A
Octal 24 163 140 123 0 21 67 250 106 32
Binary 10100 1110011 1100000 1010011 0 10001 110111 10101000 1000110 11010

Color Harmonies of #147360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147360

Black with #147360

Text Example


Text Example

White with #147360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147360; }

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

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

background-color css

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

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

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

border-color css

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

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

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