Html Css Color HEX #147366 Deep Sea

📋 copy color: '#147366'

red 20 ◦ green 115 ◦ blue 102

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

Shades of Deep Sea #147366

Tints of Deep Sea #147366

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.52%

 BLUE value IS 102 (40.23% from 255) = 43.04%

R = 8.44%
G = 48.52%
B = 43.04%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#147366 (or 0x147366) is known color: Deep Sea. HEX triplet: 14, 73 and 66. RGB value is (20,115,102). Sum of RGB (Red+Green+Blue) = 20+115+102=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #147366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147366 is #EB8C99. Grayscale: #555555. Windows color (decimal): -15436954 or 6714132. OLE color: 6714132.

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

Color convert

RGB 20 115 102 -
CMYK 0.83 0 0.11 0.55
HSL 171.79º 0.7% 0.26% -
HSV(B) 171.79º 0.83% 0.45% -
XYZ 8.82 13.37 14.69 -
YUV 85.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 20 115 102 0.83 0 0.11 0.55 171.79 0.7 0.26
Hex 14 73 66 53 0 B 37 AC 46 1A
Octal 24 163 146 123 0 13 67 254 106 32
Binary 10100 1110011 1100110 1010011 0 1011 110111 10101100 1000110 11010

Color Harmonies of #147366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147366

Black with #147366

Text Example


Text Example

White with #147366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147366; }

 p { color: rgb(20,115,102); }

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

background-color css

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

 a { background-color: rgb(20,115,102); }

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

border-color css

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

 span { border-color: rgb(20,115,102); }

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