Html Css Color HEX #147768 Deep Sea

📋 copy color: '#147768'

red 20 ◦ green 119 ◦ blue 104

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

Shades of Deep Sea #147768

Tints of Deep Sea #147768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.97%

 BLUE value IS 104 (41.02% from 255) = 42.8%

R = 8.23%
G = 48.97%
B = 42.8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#147768 (or 0x147768) is known color: Deep Sea. HEX triplet: 14, 77 and 68. RGB value is (20,119,104). Sum of RGB (Red+Green+Blue) = 20+119+104=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #147768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147768 is #EB8897. Grayscale: #575757. Windows color (decimal): -15435928 or 6846228. OLE color: 6846228.

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

Color convert

RGB 20 119 104 -
CMYK 0.83 0 0.13 0.53
HSL 170.91º 0.71% 0.27% -
HSV(B) 170.91º 0.83% 0.47% -
XYZ 9.38 14.34 15.37 -
YUV 87.69 137.2 79.72 -
System Red Green Blue C M Y K H S L
Decimal 20 119 104 0.83 0 0.13 0.53 170.91 0.71 0.27
Hex 14 77 68 53 0 D 35 AB 47 1B
Octal 24 167 150 123 0 15 65 253 107 33
Binary 10100 1110111 1101000 1010011 0 1101 110101 10101011 1000111 11011

Color Harmonies of #147768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147768

Black with #147768

Text Example


Text Example

White with #147768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147768; }

 p { color: rgb(20,119,104); }

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

background-color css

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

 a { background-color: rgb(20,119,104); }

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

border-color css

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

 span { border-color: rgb(20,119,104); }

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