Html Css Color HEX #148361 Deep Sea

📋 copy color: '#148361'

red 20 ◦ green 131 ◦ blue 97

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

Shades of Deep Sea #148361

Tints of Deep Sea #148361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.82%

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

R = 8.06%
G = 52.82%
B = 39.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#148361 (or 0x148361) is known color: Deep Sea. HEX triplet: 14, 83 and 61. RGB value is (20,131,97). Sum of RGB (Red+Green+Blue) = 20+131+97=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #148361 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148361 is #EB7C9E. Grayscale: #5D5D5D. Windows color (decimal): -15432863 or 6390548. OLE color: 6390548.

HSL color Cylindrical-coordinate representation of color #148361: hue angle of 161.62º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148361 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 131 97 -
CMYK 0.85 0 0.26 0.49
HSL 161.62º 0.74% 0.3% -
HSV(B) 161.62º 0.85% 0.51% -
XYZ 10.56 17.24 14.08 -
YUV 93.94 129.73 75.26 -
System Red Green Blue C M Y K H S L
Decimal 20 131 97 0.85 0 0.26 0.49 161.62 0.74 0.3
Hex 14 83 61 55 0 1A 31 A2 4A 1E
Octal 24 203 141 125 0 32 61 242 112 36
Binary 10100 10000011 1100001 1010101 0 11010 110001 10100010 1001010 11110

Color Harmonies of #148361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148361

Black with #148361

Text Example


Text Example

White with #148361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148361; }

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

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

background-color css

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

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

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

border-color css

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

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

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