Html Css Color HEX #14825C Deep Sea

📋 copy color: '#14825C'

red 20 ◦ green 130 ◦ blue 92

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

Shades of Deep Sea #14825C

Tints of Deep Sea #14825C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.72%

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

R = 8.26%
G = 53.72%
B = 38.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#14825C (or 0x14825C) is known color: Deep Sea. HEX triplet: 14, 82 and 5C. RGB value is (20,130,92). Sum of RGB (Red+Green+Blue) = 20+130+92=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #14825C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14825C is #EB7DA3. Grayscale: #5C5C5C. Windows color (decimal): -15433124 or 6062612. OLE color: 6062612.

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

Color convert

RGB 20 130 92 -
CMYK 0.85 0 0.29 0.49
HSL 159.27º 0.73% 0.29% -
HSV(B) 159.27º 0.85% 0.51% -
XYZ 10.2 16.89 12.85 -
YUV 92.78 127.56 76.09 -
System Red Green Blue C M Y K H S L
Decimal 20 130 92 0.85 0 0.29 0.49 159.27 0.73 0.29
Hex 14 82 5C 55 0 1D 31 9F 49 1D
Octal 24 202 134 125 0 35 61 237 111 35
Binary 10100 10000010 1011100 1010101 0 11101 110001 10011111 1001001 11101

Color Harmonies of #14825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14825C

Black with #14825C

Text Example


Text Example

White with #14825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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