Html Css Color HEX #147261 Deep Sea

📋 copy color: '#147261'

red 20 ◦ green 114 ◦ blue 97

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

Shades of Deep Sea #147261

Tints of Deep Sea #147261

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.35%

 BLUE value IS 97 (38.28% from 255) = 41.99%

R = 8.66%
G = 49.35%
B = 41.99%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#147261 (or 0x147261) is known color: Deep Sea. HEX triplet: 14, 72 and 61. RGB value is (20,114,97). Sum of RGB (Red+Green+Blue) = 20+114+97=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #147261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147261 is #EB8D9E. Grayscale: #535353. Windows color (decimal): -15437215 or 6386196. OLE color: 6386196.

HSL color Cylindrical-coordinate representation of color #147261: hue angle of 169.15º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147261 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 114 97 -
CMYK 0.82 0 0.15 0.55
HSL 169.15º 0.7% 0.26% -
HSV(B) 169.15º 0.82% 0.45% -
XYZ 8.46 13.05 13.38 -
YUV 83.96 135.36 82.38 -
System Red Green Blue C M Y K H S L
Decimal 20 114 97 0.82 0 0.15 0.55 169.15 0.7 0.26
Hex 14 72 61 52 0 F 37 A9 46 1A
Octal 24 162 141 122 0 17 67 251 106 32
Binary 10100 1110010 1100001 1010010 0 1111 110111 10101001 1000110 11010

Color Harmonies of #147261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147261

Black with #147261

Text Example


Text Example

White with #147261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147261; }

 p { color: rgb(20,114,97); }

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

background-color css

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

 a { background-color: rgb(20,114,97); }

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

border-color css

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

 span { border-color: rgb(20,114,97); }

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