Html Css Color HEX #148073 Deep Sea

📋 copy color: '#148073'

red 20 ◦ green 128 ◦ blue 115

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

Shades of Deep Sea #148073

Tints of Deep Sea #148073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.67%

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

R = 7.6%
G = 48.67%
B = 43.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#148073 (or 0x148073) is known color: Deep Sea. HEX triplet: 14, 80 and 73. RGB value is (20,128,115). Sum of RGB (Red+Green+Blue) = 20+128+115=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #148073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148073 is #EB7F8C. Grayscale: #5E5E5E. Windows color (decimal): -15433613 or 7569428. OLE color: 7569428.

HSL color Cylindrical-coordinate representation of color #148073: hue angle of 172.78º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148073 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 128 115 -
CMYK 0.84 0 0.10 0.50
HSL 172.78º 0.73% 0.29% -
HSV(B) 172.78º 0.84% 0.5% -
XYZ 11.1 16.82 18.88 -
YUV 94.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 20 128 115 0.84 0 0.10 0.50 172.78 0.73 0.29
Hex 14 80 73 54 0 A 32 AD 49 1D
Octal 24 200 163 124 0 12 62 255 111 35
Binary 10100 10000000 1110011 1010100 0 1010 110010 10101101 1001001 11101

Color Harmonies of #148073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148073

Black with #148073

Text Example


Text Example

White with #148073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148073; }

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

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

background-color css

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

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

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

border-color css

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

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

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