Html Css Color HEX #147767 Deep Sea

📋 copy color: '#147767'

red 20 ◦ green 119 ◦ blue 103

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

Shades of Deep Sea #147767

Tints of Deep Sea #147767

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.17%

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

R = 8.26%
G = 49.17%
B = 42.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#147767 (or 0x147767) is known color: Deep Sea. HEX triplet: 14, 77 and 67. RGB value is (20,119,103). Sum of RGB (Red+Green+Blue) = 20+119+103=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #147767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147767 is #EB8898. Grayscale: #575757. Windows color (decimal): -15435929 or 6780692. OLE color: 6780692.

HSL color Cylindrical-coordinate representation of color #147767: hue angle of 170.3º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147767 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 119 103 -
CMYK 0.83 0 0.13 0.53
HSL 170.3º 0.71% 0.27% -
HSV(B) 170.3º 0.83% 0.47% -
XYZ 9.33 14.32 15.1 -
YUV 87.58 136.7 79.8 -
System Red Green Blue C M Y K H S L
Decimal 20 119 103 0.83 0 0.13 0.53 170.3 0.71 0.27
Hex 14 77 67 53 0 D 35 AA 47 1B
Octal 24 167 147 123 0 15 65 252 107 33
Binary 10100 1110111 1100111 1010011 0 1101 110101 10101010 1000111 11011

Color Harmonies of #147767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147767

Black with #147767

Text Example


Text Example

White with #147767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147767; }

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

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

background-color css

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

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

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

border-color css

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

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

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