Html Css Color HEX #147B70 Deep Sea

📋 copy color: '#147B70'

red 20 ◦ green 123 ◦ blue 112

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

Shades of Deep Sea #147B70

Tints of Deep Sea #147B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.92%

R = 7.84%
G = 48.24%
B = 43.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#147B70 (or 0x147B70) is known color: Deep Sea. HEX triplet: 14, 7B and 70. RGB value is (20,123,112). Sum of RGB (Red+Green+Blue) = 20+123+112=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 123 (48.44% from 255 or 48.24% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 123 - color contains mainly: green. Hex color #147B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147B70 is #EB848F. Grayscale: #5A5A5A. Windows color (decimal): -15434896 or 7371540. OLE color: 7371540.

HSL color Cylindrical-coordinate representation of color #147B70: hue angle of 173.59º 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 #147B70 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 20 123 112 -
CMYK 0.84 0 0.09 0.52
HSL 173.59º 0.72% 0.28% -
HSV(B) 173.59º 0.84% 0.48% -
XYZ 10.3 15.48 17.78 -
YUV 90.95 139.88 77.39 -
System Red Green Blue C M Y K H S L
Decimal 20 123 112 0.84 0 0.09 0.52 173.59 0.72 0.28
Hex 14 7B 70 54 0 9 34 AE 48 1C
Octal 24 173 160 124 0 11 64 256 110 34
Binary 10100 1111011 1110000 1010100 0 1001 110100 10101110 1001000 11100

Color Harmonies of #147B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147B70

Black with #147B70

Text Example


Text Example

White with #147B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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