Html Css Color HEX #147661 Deep Sea

📋 copy color: '#147661'

red 20 ◦ green 118 ◦ blue 97

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

Shades of Deep Sea #147661

Tints of Deep Sea #147661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 41.28%

R = 8.51%
G = 50.21%
B = 41.28%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#147661 (or 0x147661) is known color: Deep Sea. HEX triplet: 14, 76 and 61. RGB value is (20,118,97). Sum of RGB (Red+Green+Blue) = 20+118+97=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #147661 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147661 is #EB899E. Grayscale: #565656. Windows color (decimal): -15436191 or 6387220. OLE color: 6387220.

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

Color convert

RGB 20 118 97 -
CMYK 0.83 0 0.18 0.54
HSL 167.14º 0.71% 0.27% -
HSV(B) 167.14º 0.83% 0.46% -
XYZ 8.92 13.97 13.54 -
YUV 86.3 134.03 80.71 -
System Red Green Blue C M Y K H S L
Decimal 20 118 97 0.83 0 0.18 0.54 167.14 0.71 0.27
Hex 14 76 61 53 0 12 36 A7 47 1B
Octal 24 166 141 123 0 22 66 247 107 33
Binary 10100 1110110 1100001 1010011 0 10010 110110 10100111 1000111 11011

Color Harmonies of #147661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147661

Black with #147661

Text Example


Text Example

White with #147661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147661; }

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

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

background-color css

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

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

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

border-color css

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

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

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