Html Css Color HEX #147B63 Deep Sea

📋 copy color: '#147B63'

red 20 ◦ green 123 ◦ blue 99

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

Shades of Deep Sea #147B63

Tints of Deep Sea #147B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 8.26%
G = 50.83%
B = 40.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#147B63 (or 0x147B63) is known color: Deep Sea. HEX triplet: 14, 7B and 63. RGB value is (20,123,99). Sum of RGB (Red+Green+Blue) = 20+123+99=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #147B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147B63 is #EB849C. Grayscale: #595959. Windows color (decimal): -15434909 or 6519572. OLE color: 6519572.

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

Color convert

RGB 20 123 99 -
CMYK 0.84 0 0.20 0.52
HSL 166.02º 0.72% 0.28% -
HSV(B) 166.02º 0.84% 0.48% -
XYZ 9.62 15.22 14.23 -
YUV 89.47 133.38 78.45 -
System Red Green Blue C M Y K H S L
Decimal 20 123 99 0.84 0 0.20 0.52 166.02 0.72 0.28
Hex 14 7B 63 54 0 14 34 A6 48 1C
Octal 24 173 143 124 0 24 64 246 110 34
Binary 10100 1111011 1100011 1010100 0 10100 110100 10100110 1001000 11100

Color Harmonies of #147B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147B63

Black with #147B63

Text Example


Text Example

White with #147B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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