Html Css Color HEX #147B68 Deep Sea

📋 copy color: '#147B68'

red 20 ◦ green 123 ◦ blue 104

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

Shades of Deep Sea #147B68

Tints of Deep Sea #147B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 49.8%

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 8.1%
G = 49.8%
B = 42.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#147B68 (or 0x147B68) is known color: Deep Sea. HEX triplet: 14, 7B and 68. RGB value is (20,123,104). Sum of RGB (Red+Green+Blue) = 20+123+104=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 123 (48.44% from 255 or 49.80% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 123 - color contains mainly: green. Hex color #147B68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147B68 is #EB8497. Grayscale: #5A5A5A. Windows color (decimal): -15434904 or 6847252. OLE color: 6847252.

HSL color Cylindrical-coordinate representation of color #147B68: hue angle of 168.93º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147B68 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 20 123 104 -
CMYK 0.84 0 0.15 0.52
HSL 168.93º 0.72% 0.28% -
HSV(B) 168.93º 0.84% 0.48% -
XYZ 9.87 15.31 15.53 -
YUV 90.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 20 123 104 0.84 0 0.15 0.52 168.93 0.72 0.28
Hex 14 7B 68 54 0 F 34 A9 48 1C
Octal 24 173 150 124 0 17 64 251 110 34
Binary 10100 1111011 1101000 1010100 0 1111 110100 10101001 1001000 11100

Color Harmonies of #147B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147B68

Black with #147B68

Text Example


Text Example

White with #147B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147B68; }

 p { color: rgb(20,123,104); }

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

background-color css

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

 a { background-color: rgb(20,123,104); }

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

border-color css

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

 span { border-color: rgb(20,123,104); }

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