Html Css Color HEX #148373 Deep Sea

📋 copy color: '#148373'

red 20 ◦ green 131 ◦ blue 115

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

Shades of Deep Sea #148373

Tints of Deep Sea #148373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.23%

R = 7.52%
G = 49.25%
B = 43.23%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#148373 (or 0x148373) is known color: Deep Sea. HEX triplet: 14, 83 and 73. RGB value is (20,131,115). Sum of RGB (Red+Green+Blue) = 20+131+115=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #148373 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148373 is #EB7C8C. Grayscale: #5F5F5F. Windows color (decimal): -15432845 or 7570196. OLE color: 7570196.

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

Color convert

RGB 20 131 115 -
CMYK 0.85 0 0.12 0.49
HSL 171.35º 0.74% 0.3% -
HSV(B) 171.35º 0.85% 0.51% -
XYZ 11.5 17.62 19.01 -
YUV 95.99 138.73 73.8 -
System Red Green Blue C M Y K H S L
Decimal 20 131 115 0.85 0 0.12 0.49 171.35 0.74 0.3
Hex 14 83 73 55 0 C 31 AB 4A 1E
Octal 24 203 163 125 0 14 61 253 112 36
Binary 10100 10000011 1110011 1010101 0 1100 110001 10101011 1001010 11110

Color Harmonies of #148373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148373

Black with #148373

Text Example


Text Example

White with #148373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148373; }

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

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

background-color css

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

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

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

border-color css

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

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

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