Html Css Color HEX #147864 Deep Sea

📋 copy color: '#147864'

red 20 ◦ green 120 ◦ blue 100

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

Shades of Deep Sea #147864

Tints of Deep Sea #147864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50%

 BLUE value IS 100 (39.45% from 255) = 41.67%

R = 8.33%
G = 50%
B = 41.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#147864 (or 0x147864) is known color: Deep Sea. HEX triplet: 14, 78 and 64. RGB value is (20,120,100). Sum of RGB (Red+Green+Blue) = 20+120+100=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 120 (47.27% from 255 or 50% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 120 - color contains mainly: green. Hex color #147864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147864 is #EB879B. Grayscale: #575757. Windows color (decimal): -15435676 or 6584340. OLE color: 6584340.

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

Color convert

RGB 20 120 100 -
CMYK 0.83 0 0.17 0.53
HSL 168º 0.71% 0.27% -
HSV(B) 168º 0.83% 0.47% -
XYZ 9.31 14.5 14.37 -
YUV 87.82 134.87 79.63 -
System Red Green Blue C M Y K H S L
Decimal 20 120 100 0.83 0 0.17 0.53 168 0.71 0.27
Hex 14 78 64 53 0 11 35 A8 47 1B
Octal 24 170 144 123 0 21 65 250 107 33
Binary 10100 1111000 1100100 1010011 0 10001 110101 10101000 1000111 11011

Color Harmonies of #147864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147864

Black with #147864

Text Example


Text Example

White with #147864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147864; }

 p { color: rgb(20,120,100); }

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

background-color css

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

 a { background-color: rgb(20,120,100); }

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

border-color css

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

 span { border-color: rgb(20,120,100); }

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