Html Css Color HEX #148064 Deep Sea

📋 copy color: '#148064'

red 20 ◦ green 128 ◦ blue 100

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

Shades of Deep Sea #148064

Tints of Deep Sea #148064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.32%

R = 8.06%
G = 51.61%
B = 40.32%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#148064 (or 0x148064) is known color: Deep Sea. HEX triplet: 14, 80 and 64. RGB value is (20,128,100). Sum of RGB (Red+Green+Blue) = 20+128+100=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #148064 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148064 is #EB7F9B. Grayscale: #5C5C5C. Windows color (decimal): -15433628 or 6586388. OLE color: 6586388.

HSL color Cylindrical-coordinate representation of color #148064: hue angle of 164.44º 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 #148064 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 128 100 -
CMYK 0.84 0 0.22 0.50
HSL 164.44º 0.73% 0.29% -
HSV(B) 164.44º 0.84% 0.5% -
XYZ 10.31 16.51 14.7 -
YUV 92.52 132.22 76.28 -
System Red Green Blue C M Y K H S L
Decimal 20 128 100 0.84 0 0.22 0.50 164.44 0.73 0.29
Hex 14 80 64 54 0 16 32 A4 49 1D
Octal 24 200 144 124 0 26 62 244 111 35
Binary 10100 10000000 1100100 1010100 0 10110 110010 10100100 1001001 11101

Color Harmonies of #148064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148064

Black with #148064

Text Example


Text Example

White with #148064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148064; }

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

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

background-color css

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

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

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

border-color css

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

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

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