Html Css Color HEX #147664 Deep Sea

📋 copy color: '#147664'

red 20 ◦ green 118 ◦ blue 100

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

Shades of Deep Sea #147664

Tints of Deep Sea #147664

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.58%

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

R = 8.4%
G = 49.58%
B = 42.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#147664 (or 0x147664) is known color: Deep Sea. HEX triplet: 14, 76 and 64. RGB value is (20,118,100). Sum of RGB (Red+Green+Blue) = 20+118+100=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #147664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147664 is #EB899B. Grayscale: #565656. Windows color (decimal): -15436188 or 6583828. OLE color: 6583828.

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

Color convert

RGB 20 118 100 -
CMYK 0.83 0 0.15 0.54
HSL 168.98º 0.71% 0.27% -
HSV(B) 168.98º 0.83% 0.46% -
XYZ 9.07 14.03 14.29 -
YUV 86.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 20 118 100 0.83 0 0.15 0.54 168.98 0.71 0.27
Hex 14 76 64 53 0 F 36 A9 47 1B
Octal 24 166 144 123 0 17 66 251 107 33
Binary 10100 1110110 1100100 1010011 0 1111 110110 10101001 1000111 11011

Color Harmonies of #147664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147664

Black with #147664

Text Example


Text Example

White with #147664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147664; }

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

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

background-color css

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

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

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

border-color css

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

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

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