Html Css Color HEX #14725C Deep Sea

📋 copy color: '#14725C'

red 20 ◦ green 114 ◦ blue 92

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

Shades of Deep Sea #14725C

Tints of Deep Sea #14725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.44%

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

R = 8.85%
G = 50.44%
B = 40.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#14725C (or 0x14725C) is known color: Deep Sea. HEX triplet: 14, 72 and 5C. RGB value is (20,114,92). Sum of RGB (Red+Green+Blue) = 20+114+92=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #14725C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14725C is #EB8DA3. Grayscale: #535353. Windows color (decimal): -15437220 or 6058516. OLE color: 6058516.

HSL color Cylindrical-coordinate representation of color #14725C: hue angle of 165.96º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14725C is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 114 92 -
CMYK 0.82 0 0.19 0.55
HSL 165.96º 0.7% 0.26% -
HSV(B) 165.96º 0.82% 0.45% -
XYZ 8.24 12.96 12.19 -
YUV 83.39 132.86 82.79 -
System Red Green Blue C M Y K H S L
Decimal 20 114 92 0.82 0 0.19 0.55 165.96 0.7 0.26
Hex 14 72 5C 52 0 13 37 A6 46 1A
Octal 24 162 134 122 0 23 67 246 106 32
Binary 10100 1110010 1011100 1010010 0 10011 110111 10100110 1000110 11010

Color Harmonies of #14725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14725C

Black with #14725C

Text Example


Text Example

White with #14725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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