Html Css Color HEX #14855C Deep Sea

📋 copy color: '#14855C'

red 20 ◦ green 133 ◦ blue 92

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

Shades of Deep Sea #14855C

Tints of Deep Sea #14855C

RGB

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

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

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

R = 8.16%
G = 54.29%
B = 37.55%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#14855C (or 0x14855C) is known color: Deep Sea. HEX triplet: 14, 85 and 5C. RGB value is (20,133,92). Sum of RGB (Red+Green+Blue) = 20+133+92=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #14855C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14855C is #EB7AA3. Grayscale: #5E5E5E. Windows color (decimal): -15432356 or 6063380. OLE color: 6063380.

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

Color convert

RGB 20 133 92 -
CMYK 0.85 0 0.31 0.48
HSL 158.23º 0.74% 0.3% -
HSV(B) 158.23º 0.85% 0.52% -
XYZ 10.61 17.7 12.98 -
YUV 94.54 126.56 74.83 -
System Red Green Blue C M Y K H S L
Decimal 20 133 92 0.85 0 0.31 0.48 158.23 0.74 0.3
Hex 14 85 5C 55 0 1F 30 9E 4A 1E
Octal 24 205 134 125 0 37 60 236 112 36
Binary 10100 10000101 1011100 1010101 0 11111 110000 10011110 1001010 11110

Color Harmonies of #14855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14855C

Black with #14855C

Text Example


Text Example

White with #14855C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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