Html Css Color HEX #147762 Deep Sea

📋 copy color: '#147762'

red 20 ◦ green 119 ◦ blue 98

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

Shades of Deep Sea #147762

Tints of Deep Sea #147762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.35%

R = 8.44%
G = 50.21%
B = 41.35%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#147762 (or 0x147762) is known color: Deep Sea. HEX triplet: 14, 77 and 62. RGB value is (20,119,98). Sum of RGB (Red+Green+Blue) = 20+119+98=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #147762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147762 is #EB889D. Grayscale: #565656. Windows color (decimal): -15435934 or 6453012. OLE color: 6453012.

HSL color Cylindrical-coordinate representation of color #147762: hue angle of 167.27º 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 #147762 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 119 98 -
CMYK 0.83 0 0.18 0.53
HSL 167.27º 0.71% 0.27% -
HSV(B) 167.27º 0.83% 0.47% -
XYZ 9.09 14.22 13.82 -
YUV 87.01 134.2 80.21 -
System Red Green Blue C M Y K H S L
Decimal 20 119 98 0.83 0 0.18 0.53 167.27 0.71 0.27
Hex 14 77 62 53 0 12 35 A7 47 1B
Octal 24 167 142 123 0 22 65 247 107 33
Binary 10100 1110111 1100010 1010011 0 10010 110101 10100111 1000111 11011

Color Harmonies of #147762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147762

Black with #147762

Text Example


Text Example

White with #147762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147762; }

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

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

background-color css

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

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

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

border-color css

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

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

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