Html Css Color HEX #14845C Deep Sea

📋 copy color: '#14845C'

red 20 ◦ green 132 ◦ blue 92

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

Shades of Deep Sea #14845C

Tints of Deep Sea #14845C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 8.2%
G = 54.1%
B = 37.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#14845C (or 0x14845C) is known color: Deep Sea. HEX triplet: 14, 84 and 5C. RGB value is (20,132,92). Sum of RGB (Red+Green+Blue) = 20+132+92=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #14845C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14845C is #EB7BA3. Grayscale: #5E5E5E. Windows color (decimal): -15432612 or 6063124. OLE color: 6063124.

HSL color Cylindrical-coordinate representation of color #14845C: hue angle of 158.57º 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 #14845C is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 92 -
CMYK 0.85 0 0.30 0.48
HSL 158.57º 0.74% 0.3% -
HSV(B) 158.57º 0.85% 0.52% -
XYZ 10.47 17.42 12.94 -
YUV 93.95 126.89 75.25 -
System Red Green Blue C M Y K H S L
Decimal 20 132 92 0.85 0 0.30 0.48 158.57 0.74 0.3
Hex 14 84 5C 55 0 1E 30 9F 4A 1E
Octal 24 204 134 125 0 36 60 237 112 36
Binary 10100 10000100 1011100 1010101 0 11110 110000 10011111 1001010 11110

Color Harmonies of #14845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14845C

Black with #14845C

Text Example


Text Example

White with #14845C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14845C; }

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

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

background-color css

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

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

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

border-color css

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

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

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