Html Css Color HEX #148465 Deep Sea

📋 copy color: '#148465'

red 20 ◦ green 132 ◦ blue 101

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

Shades of Deep Sea #148465

Tints of Deep Sea #148465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.17%

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

R = 7.91%
G = 52.17%
B = 39.92%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#148465 (or 0x148465) is known color: Deep Sea. HEX triplet: 14, 84 and 65. RGB value is (20,132,101). Sum of RGB (Red+Green+Blue) = 20+132+101=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 132 (51.95% from 255 or 52.17% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 132 - color contains mainly: green. Hex color #148465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148465 is #EB7B9A. Grayscale: #5E5E5E. Windows color (decimal): -15432603 or 6652948. OLE color: 6652948.

HSL color Cylindrical-coordinate representation of color #148465: hue angle of 163.39º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148465 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 101 -
CMYK 0.85 0 0.23 0.48
HSL 163.39º 0.74% 0.3% -
HSV(B) 163.39º 0.85% 0.52% -
XYZ 10.89 17.59 15.13 -
YUV 94.98 131.39 74.52 -
System Red Green Blue C M Y K H S L
Decimal 20 132 101 0.85 0 0.23 0.48 163.39 0.74 0.3
Hex 14 84 65 55 0 17 30 A3 4A 1E
Octal 24 204 145 125 0 27 60 243 112 36
Binary 10100 10000100 1100101 1010101 0 10111 110000 10100011 1001010 11110

Color Harmonies of #148465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148465

Black with #148465

Text Example


Text Example

White with #148465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148465; }

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

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

background-color css

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

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

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

border-color css

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

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

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