Html Css Color HEX #145848 Evening Sea

📋 copy color: '#145848'

red 20 ◦ green 88 ◦ blue 72

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

Shades of Evening Sea #145848

Tints of Evening Sea #145848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.89%

 BLUE value IS 72 (28.52% from 255) = 40%

R = 11.11%
G = 48.89%
B = 40%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#145848 (or 0x145848) is known color: Evening Sea. HEX triplet: 14, 58 and 48. RGB value is (20,88,72). Sum of RGB (Red+Green+Blue) = 20+88+72=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #145848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145848 is #EBA7B7. Grayscale: #414141. Windows color (decimal): -15443896 or 4741140. OLE color: 4741140.

HSL color Cylindrical-coordinate representation of color #145848: hue angle of 165.88º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145848 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 20 88 72 -
CMYK 0.77 0 0.18 0.65
HSL 165.88º 0.63% 0.21% -
HSV(B) 165.88º 0.77% 0.35% -
XYZ 4.95 7.6 7.34 -
YUV 65.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 20 88 72 0.77 0 0.18 0.65 165.88 0.63 0.21
Hex 14 58 48 4D 0 12 41 A6 3F 15
Octal 24 130 110 115 0 22 101 246 77 25
Binary 10100 1011000 1001000 1001101 0 10010 1000001 10100110 111111 10101

Color Harmonies of #145848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145848

Black with #145848

Text Example


Text Example

White with #145848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145848; }

 p { color: rgb(20,88,72); }

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

background-color css

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

 a { background-color: rgb(20,88,72); }

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

border-color css

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

 span { border-color: rgb(20,88,72); }

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