Html Css Color HEX #147665 Deep Sea

📋 copy color: '#147665'

red 20 ◦ green 118 ◦ blue 101

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

Shades of Deep Sea #147665

Tints of Deep Sea #147665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.26%

R = 8.37%
G = 49.37%
B = 42.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#147665 (or 0x147665) is known color: Deep Sea. HEX triplet: 14, 76 and 65. RGB value is (20,118,101). Sum of RGB (Red+Green+Blue) = 20+118+101=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #147665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147665 is #EB899A. Grayscale: #565656. Windows color (decimal): -15436187 or 6649364. OLE color: 6649364.

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

Color convert

RGB 20 118 101 -
CMYK 0.83 0 0.14 0.54
HSL 169.59º 0.71% 0.27% -
HSV(B) 169.59º 0.83% 0.46% -
XYZ 9.12 14.05 14.54 -
YUV 86.76 136.03 80.38 -
System Red Green Blue C M Y K H S L
Decimal 20 118 101 0.83 0 0.14 0.54 169.59 0.71 0.27
Hex 14 76 65 53 0 E 36 AA 47 1B
Octal 24 166 145 123 0 16 66 252 107 33
Binary 10100 1110110 1100101 1010011 0 1110 110110 10101010 1000111 11011

Color Harmonies of #147665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147665

Black with #147665

Text Example


Text Example

White with #147665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147665; }

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

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

background-color css

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

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

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

border-color css

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

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

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