Html Css Color HEX #148165 Deep Sea

📋 copy color: '#148165'

red 20 ◦ green 129 ◦ blue 101

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

Shades of Deep Sea #148165

Tints of Deep Sea #148165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 51.6%

 BLUE value IS 101 (39.84% from 255) = 40.4%

R = 8%
G = 51.6%
B = 40.4%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#148165 (or 0x148165) is known color: Deep Sea. HEX triplet: 14, 81 and 65. RGB value is (20,129,101). Sum of RGB (Red+Green+Blue) = 20+129+101=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #148165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148165 is #EB7E9A. Grayscale: #5D5D5D. Windows color (decimal): -15433371 or 6652180. OLE color: 6652180.

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

Color convert

RGB 20 129 101 -
CMYK 0.84 0 0.22 0.49
HSL 164.59º 0.73% 0.29% -
HSV(B) 164.59º 0.84% 0.51% -
XYZ 10.49 16.79 15 -
YUV 93.22 132.39 75.78 -
System Red Green Blue C M Y K H S L
Decimal 20 129 101 0.84 0 0.22 0.49 164.59 0.73 0.29
Hex 14 81 65 54 0 16 31 A5 49 1D
Octal 24 201 145 124 0 26 61 245 111 35
Binary 10100 10000001 1100101 1010100 0 10110 110001 10100101 1001001 11101

Color Harmonies of #148165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148165

Black with #148165

Text Example


Text Example

White with #148165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148165; }

 p { color: rgb(20,129,101); }

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

background-color css

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

 a { background-color: rgb(20,129,101); }

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

border-color css

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

 span { border-color: rgb(20,129,101); }

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