Html Css Color HEX #148065 Deep Sea

📋 copy color: '#148065'

red 20 ◦ green 128 ◦ blue 101

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

Shades of Deep Sea #148065

Tints of Deep Sea #148065

RGB

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

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

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

R = 8.03%
G = 51.41%
B = 40.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#148065 (or 0x148065) is known color: Deep Sea. HEX triplet: 14, 80 and 65. RGB value is (20,128,101). Sum of RGB (Red+Green+Blue) = 20+128+101=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #148065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148065 is #EB7F9A. Grayscale: #5C5C5C. Windows color (decimal): -15433627 or 6651924. OLE color: 6651924.

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

Color convert

RGB 20 128 101 -
CMYK 0.84 0 0.21 0.50
HSL 165º 0.73% 0.29% -
HSV(B) 165º 0.84% 0.5% -
XYZ 10.36 16.53 14.96 -
YUV 92.63 132.72 76.2 -
System Red Green Blue C M Y K H S L
Decimal 20 128 101 0.84 0 0.21 0.50 165 0.73 0.29
Hex 14 80 65 54 0 15 32 A5 49 1D
Octal 24 200 145 124 0 25 62 245 111 35
Binary 10100 10000000 1100101 1010100 0 10101 110010 10100101 1001001 11101

Color Harmonies of #148065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148065

Black with #148065

Text Example


Text Example

White with #148065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148065; }

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

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

background-color css

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

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

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

border-color css

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

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

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