Html Css Color HEX #14855D Deep Sea

📋 copy color: '#14855D'

red 20 ◦ green 133 ◦ blue 93

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

Shades of Deep Sea #14855D

Tints of Deep Sea #14855D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.8%

R = 8.13%
G = 54.07%
B = 37.8%

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

#14855D (or 0x14855D) is known color: Deep Sea. HEX triplet: 14, 85 and 5D. RGB value is (20,133,93). Sum of RGB (Red+Green+Blue) = 20+133+93=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 133 (52.34% from 255 or 54.07% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 133 - color contains mainly: green. Hex color #14855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14855D is #EB7AA2. Grayscale: #5E5E5E. Windows color (decimal): -15432355 or 6128916. OLE color: 6128916.

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

Color convert

RGB 20 133 93 -
CMYK 0.85 0 0.30 0.48
HSL 158.76º 0.74% 0.3% -
HSV(B) 158.76º 0.85% 0.52% -
XYZ 10.65 17.71 13.21 -
YUV 94.65 127.06 74.75 -
System Red Green Blue C M Y K H S L
Decimal 20 133 93 0.85 0 0.30 0.48 158.76 0.74 0.3
Hex 14 85 5D 55 0 1E 30 9F 4A 1E
Octal 24 205 135 125 0 36 60 237 112 36
Binary 10100 10000101 1011101 1010101 0 11110 110000 10011111 1001010 11110

Color Harmonies of #14855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14855D

Black with #14855D

Text Example


Text Example

White with #14855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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