Html Css Color HEX #147265 Deep Sea

📋 copy color: '#147265'

red 20 ◦ green 114 ◦ blue 101

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

Shades of Deep Sea #147265

Tints of Deep Sea #147265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.51%

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

R = 8.51%
G = 48.51%
B = 42.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#147265 (or 0x147265) is known color: Deep Sea. HEX triplet: 14, 72 and 65. RGB value is (20,114,101). Sum of RGB (Red+Green+Blue) = 20+114+101=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #147265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147265 is #EB8D9A. Grayscale: #545454. Windows color (decimal): -15437211 or 6648340. OLE color: 6648340.

HSL color Cylindrical-coordinate representation of color #147265: hue angle of 171.7º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147265 is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 114 101 -
CMYK 0.82 0 0.11 0.55
HSL 171.7º 0.7% 0.26% -
HSV(B) 171.7º 0.82% 0.45% -
XYZ 8.65 13.12 14.39 -
YUV 84.41 137.36 82.06 -
System Red Green Blue C M Y K H S L
Decimal 20 114 101 0.82 0 0.11 0.55 171.7 0.7 0.26
Hex 14 72 65 52 0 B 37 AC 46 1A
Octal 24 162 145 122 0 13 67 254 106 32
Binary 10100 1110010 1100101 1010010 0 1011 110111 10101100 1000110 11010

Color Harmonies of #147265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147265

Black with #147265

Text Example


Text Example

White with #147265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147265; }

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

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

background-color css

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

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

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

border-color css

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

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

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