Html Css Color HEX #147B71 Deep Sea

📋 copy color: '#147B71'

red 20 ◦ green 123 ◦ blue 113

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

Shades of Deep Sea #147B71

Tints of Deep Sea #147B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 7.81%
G = 48.05%
B = 44.14%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#147B71 (or 0x147B71) is known color: Deep Sea. HEX triplet: 14, 7B and 71. RGB value is (20,123,113). Sum of RGB (Red+Green+Blue) = 20+123+113=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 123 (48.44% from 255 or 48.05% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 123 - color contains mainly: green. Hex color #147B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147B71 is #EB848E. Grayscale: #5B5B5B. Windows color (decimal): -15434895 or 7437076. OLE color: 7437076.

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

Color convert

RGB 20 123 113 -
CMYK 0.84 0 0.08 0.52
HSL 174.17º 0.72% 0.28% -
HSV(B) 174.17º 0.84% 0.48% -
XYZ 10.35 15.51 18.07 -
YUV 91.06 140.38 77.31 -
System Red Green Blue C M Y K H S L
Decimal 20 123 113 0.84 0 0.08 0.52 174.17 0.72 0.28
Hex 14 7B 71 54 0 8 34 AE 48 1C
Octal 24 173 161 124 0 10 64 256 110 34
Binary 10100 1111011 1110001 1010100 0 1000 110100 10101110 1001000 11100

Color Harmonies of #147B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147B71

Black with #147B71

Text Example


Text Example

White with #147B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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