Html Css Color HEX #147462 Deep Sea

📋 copy color: '#147462'

red 20 ◦ green 116 ◦ blue 98

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

Shades of Deep Sea #147462

Tints of Deep Sea #147462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.57%

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

R = 8.55%
G = 49.57%
B = 41.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#147462 (or 0x147462) is known color: Deep Sea. HEX triplet: 14, 74 and 62. RGB value is (20,116,98). Sum of RGB (Red+Green+Blue) = 20+116+98=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #147462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147462 is #EB8B9D. Grayscale: #555555. Windows color (decimal): -15436702 or 6452244. OLE color: 6452244.

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

Color convert

RGB 20 116 98 -
CMYK 0.83 0 0.16 0.55
HSL 168.75º 0.71% 0.27% -
HSV(B) 168.75º 0.83% 0.45% -
XYZ 8.74 13.52 13.7 -
YUV 85.24 135.2 81.46 -
System Red Green Blue C M Y K H S L
Decimal 20 116 98 0.83 0 0.16 0.55 168.75 0.71 0.27
Hex 14 74 62 53 0 10 37 A9 47 1B
Octal 24 164 142 123 0 20 67 251 107 33
Binary 10100 1110100 1100010 1010011 0 10000 110111 10101001 1000111 11011

Color Harmonies of #147462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147462

Black with #147462

Text Example


Text Example

White with #147462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147462; }

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

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

background-color css

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

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

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

border-color css

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

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

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