Html Css Color HEX #148365 Deep Sea

📋 copy color: '#148365'

red 20 ◦ green 131 ◦ blue 101

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

Shades of Deep Sea #148365

Tints of Deep Sea #148365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.98%

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

R = 7.94%
G = 51.98%
B = 40.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#148365 (or 0x148365) is known color: Deep Sea. HEX triplet: 14, 83 and 65. RGB value is (20,131,101). Sum of RGB (Red+Green+Blue) = 20+131+101=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #148365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148365 is #EB7C9A. Grayscale: #5E5E5E. Windows color (decimal): -15432859 or 6652692. OLE color: 6652692.

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

Color convert

RGB 20 131 101 -
CMYK 0.85 0 0.23 0.49
HSL 163.78º 0.74% 0.3% -
HSV(B) 163.78º 0.85% 0.51% -
XYZ 10.75 17.32 15.09 -
YUV 94.39 131.73 74.94 -
System Red Green Blue C M Y K H S L
Decimal 20 131 101 0.85 0 0.23 0.49 163.78 0.74 0.3
Hex 14 83 65 55 0 17 31 A4 4A 1E
Octal 24 203 145 125 0 27 61 244 112 36
Binary 10100 10000011 1100101 1010101 0 10111 110001 10100100 1001010 11110

Color Harmonies of #148365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148365

Black with #148365

Text Example


Text Example

White with #148365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148365; }

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

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

background-color css

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

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

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

border-color css

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

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

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