Html Css Color HEX #14855F Deep Sea

📋 copy color: '#14855F'

red 20 ◦ green 133 ◦ blue 95

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

Shades of Deep Sea #14855F

Tints of Deep Sea #14855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.63%

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

R = 8.06%
G = 53.63%
B = 38.31%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#14855F (or 0x14855F) is known color: Deep Sea. HEX triplet: 14, 85 and 5F. RGB value is (20,133,95). Sum of RGB (Red+Green+Blue) = 20+133+95=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #14855F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14855F is #EB7AA0. Grayscale: #5E5E5E. Windows color (decimal): -15432353 or 6259988. OLE color: 6259988.

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

Color convert

RGB 20 133 95 -
CMYK 0.85 0 0.29 0.48
HSL 159.82º 0.74% 0.3% -
HSV(B) 159.82º 0.85% 0.52% -
XYZ 10.74 17.75 13.69 -
YUV 94.88 128.06 74.59 -
System Red Green Blue C M Y K H S L
Decimal 20 133 95 0.85 0 0.29 0.48 159.82 0.74 0.3
Hex 14 85 5F 55 0 1D 30 A0 4A 1E
Octal 24 205 137 125 0 35 60 240 112 36
Binary 10100 10000101 1011111 1010101 0 11101 110000 10100000 1001010 11110

Color Harmonies of #14855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14855F

Black with #14855F

Text Example


Text Example

White with #14855F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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