Html Css Color HEX #148360 Deep Sea

📋 copy color: '#148360'

red 20 ◦ green 131 ◦ blue 96

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

Shades of Deep Sea #148360

Tints of Deep Sea #148360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 38.87%

R = 8.1%
G = 53.04%
B = 38.87%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#148360 (or 0x148360) is known color: Deep Sea. HEX triplet: 14, 83 and 60. RGB value is (20,131,96). Sum of RGB (Red+Green+Blue) = 20+131+96=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #148360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148360 is #EB7C9F. Grayscale: #5D5D5D. Windows color (decimal): -15432864 or 6325012. OLE color: 6325012.

HSL color Cylindrical-coordinate representation of color #148360: hue angle of 161.08º 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 #148360 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 131 96 -
CMYK 0.85 0 0.27 0.49
HSL 161.08º 0.74% 0.3% -
HSV(B) 161.08º 0.85% 0.51% -
XYZ 10.52 17.23 13.84 -
YUV 93.82 129.23 75.35 -
System Red Green Blue C M Y K H S L
Decimal 20 131 96 0.85 0 0.27 0.49 161.08 0.74 0.3
Hex 14 83 60 55 0 1B 31 A1 4A 1E
Octal 24 203 140 125 0 33 61 241 112 36
Binary 10100 10000011 1100000 1010101 0 11011 110001 10100001 1001010 11110

Color Harmonies of #148360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148360

Black with #148360

Text Example


Text Example

White with #148360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148360; }

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

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

background-color css

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

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

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

border-color css

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

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

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