Html Css Color HEX #147465 Deep Sea

📋 copy color: '#147465'

red 20 ◦ green 116 ◦ blue 101

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

Shades of Deep Sea #147465

Tints of Deep Sea #147465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.95%

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

R = 8.44%
G = 48.95%
B = 42.62%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#147465 (or 0x147465) is known color: Deep Sea. HEX triplet: 14, 74 and 65. RGB value is (20,116,101). Sum of RGB (Red+Green+Blue) = 20+116+101=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #147465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147465 is #EB8B9A. Grayscale: #555555. Windows color (decimal): -15436699 or 6648852. OLE color: 6648852.

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

Color convert

RGB 20 116 101 -
CMYK 0.83 0 0.13 0.55
HSL 170.63º 0.71% 0.27% -
HSV(B) 170.63º 0.83% 0.45% -
XYZ 8.88 13.58 14.46 -
YUV 85.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 20 116 101 0.83 0 0.13 0.55 170.63 0.71 0.27
Hex 14 74 65 53 0 D 37 AB 47 1B
Octal 24 164 145 123 0 15 67 253 107 33
Binary 10100 1110100 1100101 1010011 0 1101 110111 10101011 1000111 11011

Color Harmonies of #147465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147465

Black with #147465

Text Example


Text Example

White with #147465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147465; }

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

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

background-color css

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

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

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

border-color css

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

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

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