Html Css Color HEX #147467 Deep Sea

📋 copy color: '#147467'

red 20 ◦ green 116 ◦ blue 103

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

Shades of Deep Sea #147467

Tints of Deep Sea #147467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 43.1%

R = 8.37%
G = 48.54%
B = 43.1%

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

#147467 (or 0x147467) is known color: Deep Sea. HEX triplet: 14, 74 and 67. RGB value is (20,116,103). Sum of RGB (Red+Green+Blue) = 20+116+103=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #147467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147467 is #EB8B98. Grayscale: #555555. Windows color (decimal): -15436697 or 6779924. OLE color: 6779924.

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

Color convert

RGB 20 116 103 -
CMYK 0.83 0 0.11 0.55
HSL 171.88º 0.71% 0.27% -
HSV(B) 171.88º 0.83% 0.45% -
XYZ 8.98 13.62 14.99 -
YUV 85.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 20 116 103 0.83 0 0.11 0.55 171.88 0.71 0.27
Hex 14 74 67 53 0 B 37 AC 47 1B
Octal 24 164 147 123 0 13 67 254 107 33
Binary 10100 1110100 1100111 1010011 0 1011 110111 10101100 1000111 11011

Color Harmonies of #147467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147467

Black with #147467

Text Example


Text Example

White with #147467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147467; }

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

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

background-color css

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

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

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

border-color css

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

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

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