Html Css Color HEX #14725F Deep Sea

📋 copy color: '#14725F'

red 20 ◦ green 114 ◦ blue 95

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

Shades of Deep Sea #14725F

Tints of Deep Sea #14725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 41.48%

R = 8.73%
G = 49.78%
B = 41.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#14725F (or 0x14725F) is known color: Deep Sea. HEX triplet: 14, 72 and 5F. RGB value is (20,114,95). Sum of RGB (Red+Green+Blue) = 20+114+95=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #14725F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14725F is #EB8DA0. Grayscale: #535353. Windows color (decimal): -15437217 or 6255124. OLE color: 6255124.

HSL color Cylindrical-coordinate representation of color #14725F: hue angle of 167.87º 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 #14725F is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 114 95 -
CMYK 0.82 0 0.17 0.55
HSL 167.87º 0.7% 0.26% -
HSV(B) 167.87º 0.82% 0.45% -
XYZ 8.37 13.01 12.9 -
YUV 83.73 134.36 82.54 -
System Red Green Blue C M Y K H S L
Decimal 20 114 95 0.82 0 0.17 0.55 167.87 0.7 0.26
Hex 14 72 5F 52 0 11 37 A8 46 1A
Octal 24 162 137 122 0 21 67 250 106 32
Binary 10100 1110010 1011111 1010010 0 10001 110111 10101000 1000110 11010

Color Harmonies of #14725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14725F

Black with #14725F

Text Example


Text Example

White with #14725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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